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 cluster mode with fallback on Master failures #11

Open
aaronleesmith opened this issue Jun 19, 2019 · 0 comments
Open

Support Redis cluster mode with fallback on Master failures #11

aaronleesmith opened this issue Jun 19, 2019 · 0 comments

Comments

@aaronleesmith
Copy link

Currently, Bloom supports a single Redis host / port. When Redis is run in a clustered mode with multiple masters, Bloom is unable to consider another Redis node to talk to for continued use upon the failure of a master node.

Libraries like ioredis support this kind of functionality (https://github.com/luin/ioredis/blob/master/API.md#Cluster).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant