-
Notifications
You must be signed in to change notification settings - Fork 24
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
Sentinel support #43
Comments
Sentinel support would be nice! Can you summarize what a client needs to do to support Sentinel? We should also have |
Guidelines for Redis clients with support for Redis Sentinel |
Ah, so if you use cluster, you don't need sentinel? Good to know. I thought it's possible to combine both. Thanks for the link! We don't have plans to implement sentinel support (because we use cluster) but if you implement it, we will accept a PR. Regarding how it will affect eredis, the old PR added
I think this way of starting eredis seems a bit strange. Can we instead have If the sentinel code is expected to be large, we could also consider having it as a separate repo, if that's possible, just like we have eredis_cluster as a separate repo with dependency to eredis. Then we would just add minimum code to eredis so that it can refer to eredis_sentinel. WDYT? |
Yes wen can have {sentinel, SentinelOpts} and eredis_sentinel module.
|
Looks good. |
Are there plans to add Sentinel support for high availability?
Initial implementation in this issue.
The text was updated successfully, but these errors were encountered: