Implementation of Redis in python without having a Redis server running. Fully compatible with using redis-py.
BSD 3-Clause "New" or "Revised" License
298
stars
48
forks
source link
Implement support for `PUBSUB SHARDNUMSUB` (pubsub command) #197
Closed
cunla closed 1 year ago
Implement support for command
PUBSUB SHARDNUMSUB
in pubsub_mixin.py.Returns the count of subscribers of shard channels..
Here is the Official documentation