Open onecrayon opened 2 years ago
Duplicate ticket Add pubsub support in asyncio Redis Cluster client #2289
Duplicate also #2497
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(). I wanted to kindly ask if there have been any updates on the progress of the issue.
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?