redis-rb / redis-client

Simple low level client for Redis 6+
MIT License
124 stars 60 forks source link

Sentinel: preserve connection password on refresh #110

Closed casperisfine closed 1 year ago

casperisfine commented 1 year ago

Fix: https://github.com/redis-rb/redis-client/issues/107

When connecting to new sentinels, the auth/password must be used.