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

Update README or change redis_password default value #125

Closed trombini77 closed 1 year ago

trombini77 commented 1 year ago

I see one thing in the last release 3.1 that the REDIS password has a default value set in the lib that if the user doesn´t use password in the default Redis instance is necessary to set for nil:

config.redis_password = nil

My suggestion is to define it for nil in the lib or add in the README a comment to use nil if it is not in use.

jmarchello commented 1 year ago

This was resolved by PR #108