Purple-Devs / health_check

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

Support Redis username #134

Open y-yagi opened 1 year ago

y-yagi commented 1 year ago

Redis ACLs feature that has been added in Redis 6.0 is allowed to specify a username and password. https://redis.com/blog/getting-started-redis-6-access-control-lists-acls/

redis gem has supported this feature since https://github.com/redis/redis-rb/pull/967

This patch allows to specify username to the Redis client.