-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Async RedisCluster pubsub support #2219
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
Duplicate ticket Add pubsub support in asyncio Redis Cluster client #2289 |
Duplicate also #2497 |
This was referenced Jun 15, 2023
8 tasks
This issue is marked stale. It will be closed in 30 days if it is not updated. |
Hello, it seems Async RedisCluster still not support pubsub(). |
Any updates? |
+1, would like to utilize this functionality. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: 4.3.3
Platform: n/a
Description: We are investigating using redis-py's async support for connecting to a Redis pubsub channel using a RedisCluster, but after looking through the code, it appears this is only supported by the sync RedisCluster class, not the async RedisCluster class. Is this functionality something that is on the roadmap?
The text was updated successfully, but these errors were encountered: