Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Redis Sentinel #169

Closed
xiaogaozi opened this issue Feb 3, 2021 · 0 comments · Fixed by #180
Closed

Support Redis Sentinel #169

xiaogaozi opened this issue Feb 3, 2021 · 0 comments · Fixed by #180
Assignees
Labels
area/metadata Issues or PRs related to metadata kind/feature New feature or request
Milestone

Comments

@xiaogaozi
Copy link
Member

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.

@xiaogaozi xiaogaozi added kind/feature New feature or request area/metadata Issues or PRs related to metadata labels Feb 3, 2021
@xiaogaozi xiaogaozi added this to the Release 1.0 milestone Feb 3, 2021
@davies davies self-assigned this Feb 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/metadata Issues or PRs related to metadata kind/feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants