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 `XINFO CONSUMERS` (stream command) #167
Closed
cunla closed 1 year ago
Implement support for command
XINFO CONSUMERS
in stream_mixin.py.Returns a list of the consumers in a consumer group..
Here is the Official documentation