redis-rb / redis-client

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

Add server_url to RedisClient #136

Closed dhruvCW closed 1 year ago

dhruvCW commented 1 year ago

redis-rb expects the client to respond to server_url. This method was not implemented which broke inspection for redis-rb when used with in a sentinel configuration.

casperisfine commented 1 year ago

Ah yes, that's another fallout from https://github.com/redis/redis-rb/pull/1210

Thanks.