redis / redis-py

Redis Python client
MIT License
12.53k stars 2.5k forks source link

Async RedisCluster pubsub support #2219

Open onecrayon opened 2 years ago

onecrayon commented 2 years ago

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?

baltika10 commented 1 year ago

Duplicate ticket Add pubsub support in asyncio Redis Cluster client #2289

dvora-h commented 1 year ago

Duplicate also #2497

github-actions[bot] commented 3 weeks ago

This issue is marked stale. It will be closed in 30 days if it is not updated.