What's new in Valkey 9.0? Discover new features and improvements. Read the announcement.

XGROUP DELCONSUMER

Deletes a consumer from a consumer group.

Usage
XGROUP DELCONSUMER key group consumer
Complexity
O(1)
Since
5.0.0
ACL Categories
@slow, @stream, @write
Command flags
WRITE

The XGROUP DELCONSUMER command deletes a consumer from the consumer group.

Sometimes it may be useful to remove old consumers since they are no longer used.

Note, however, that any pending messages that the consumer had will become unclaimable after it was deleted. It is strongly recommended, therefore, that any pending messages are claimed or acknowledged prior to deleting the consumer from the group.

Replies

RESP2

Integer reply: the number of pending messages the consumer had before it was deleted.

RESP3

Integer reply: the number of pending messages the consumer had before it was deleted.