redis-py icon indicating copy to clipboard operation
redis-py copied to clipboard

No locking or pubsub in asyncio Redis Cluster client

Open coandco opened this issue 1 year ago • 0 comments

Version: 4.3.4

Platform: Python 3.9 on Debian Bullseye

Description: redis.asyncio.RedisCluster appears to be very feature-poor compared to the blocking version -- it lacks support for either the pubsub() or lock() commands, which makes it much less useful.

coandco avatar Jul 19 '22 00:07 coandco