You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added:
Create Redis client by redis.NewFailoverClient(), user need provide a list of Redis Sentinel addresses and master name.
Why is this needed: Redis Sentinel is the official high availability solution for Redis. It can automatic failover when Redis master is not working.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Create Redis client by
redis.NewFailoverClient()
, user need provide a list of Redis Sentinel addresses and master name.Why is this needed:
Redis Sentinel is the official high availability solution for Redis. It can automatic failover when Redis master is not working.
The text was updated successfully, but these errors were encountered: