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 DELCONSUMER` (stream command) #163

Closed cunla closed 1 year ago

cunla commented 1 year ago

Implement support for command XGROUP DELCONSUMER in stream_mixin.py.

Deletes a consumer from a consumer group..

Here is the Official documentation