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 `XREADGROUP` (stream command) #171
Closed
cunla closed 1 year ago
Implement support for command
XREADGROUP
in stream_mixin.py.Returns new or historical messages from a stream for a consumer in agroup. Blocks until a message is available otherwise..
Here is the Official documentation