Purple-Devs / health_check

Simple health check of Rails app for use with uptime checking sites like newrelic and pingdom
MIT License
476 stars 125 forks source link

Support for redis password #103

Closed gnomex closed 3 years ago

gnomex commented 3 years ago

Added the support to connect with redis using a password, if none is provided it will behave as before.

Also, apply the PR#88 with a modification.