redis / redis-py

Redis Python client
MIT License
12.68k stars 2.53k 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 months ago

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

neo-scala commented 2 months ago

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.