Arguments
str
required
The key of the stream.
str
required
The consumer group name to destroy.
Response
Returns 1 if the group was destroyed, 0 if it didn’t exist.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
result = redis.xgroup_destroy("mystream", "mygroup")
Delete an entire consumer group.
result = redis.xgroup_destroy("mystream", "mygroup")
Was this page helpful?