Skip to content

Commit

Permalink
Add missing entry for built-in Redis healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Thorner committed May 23, 2022
1 parent 8825adc commit 5c00d56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/healthchecks.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Built-in checks you can use include:

- `GovukHealthcheck::RailsCache` - checks that the Rails cache store, such as Memcached, is acessible by writing and reading back a cache entry called "healthcheck-cache".

- `GovukHealthcheck::Redis` - checks that the app can connect to Redis by writing and reading back a cache entry called "healthcheck-cache".

- `GovukHealthcheck::Mongoid` - checks that the app has a connection to its Mongo database via Mongoid.

- `GovukHealthcheck::SidekiqRedis` - checks that the app has a connection to Redis via Sidekiq.
Expand Down

0 comments on commit 5c00d56

Please sign in to comment.