cunla / fakeredis-py

Implementation of Redis in python without having a Redis server running. Fully compatible with using redis-py.
https://fakeredis.moransoftware.ca/
BSD 3-Clause "New" or "Revised" License
298 stars 48 forks source link

Implement support for `XGROUP SETID` (stream command) #165

Closed cunla closed 1 year ago

cunla commented 1 year ago

Implement support for command XGROUP SETID in stream_mixin.py.

Sets the last-delivered ID of a consumer group..

Here is the Official documentation