-
-
Notifications
You must be signed in to change notification settings - Fork 596
Support Redis clusters #1172
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
Comments
Proposed solution here: miguelgrinberg/Flask-SocketIO#1452 |
Redis Sentinel can be used via the Kombu manager. |
|
@miguelgrinberg - Although |
My suggestion is that you build your own integration by creating a custom client manager class based on the Redis one. If you get it to work, then we can look at integrating it. I just recently added support for Redis Sentinel based on a custom implementation from a user. This would work in the same way |
No description provided.
The text was updated successfully, but these errors were encountered: