Skip to content

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

Closed
miguelgrinberg opened this issue Apr 6, 2023 · 5 comments
Closed

Support Redis clusters #1172

miguelgrinberg opened this issue Apr 6, 2023 · 5 comments
Assignees

Comments

@miguelgrinberg
Copy link
Owner

No description provided.

@miguelgrinberg
Copy link
Owner Author

Proposed solution here: miguelgrinberg/Flask-SocketIO#1452

@miguelgrinberg
Copy link
Owner Author

Redis Sentinel can be used via the Kombu manager.

@fidoriel
Copy link

fidoriel commented Sep 4, 2024

AsyncRedisManager seems not to support Cluster Mode.
It will require: redis/redis-py#2219

@zachary-jordan16
Copy link

@miguelgrinberg - Although redis-py does not seem to have support for cluster mode, it's possible that coredis could be used for the async pub-sub implementation in cluster mode. Is this something that could be considered? Would love to utilize the AsyncRedisManager, but we require cluster mode.

@miguelgrinberg
Copy link
Owner Author

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

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

No branches or pull requests

3 participants