MCPcopy
hub / github.com/redis/redis-py / xgroup_delconsumer

Method xgroup_delconsumer

redis/commands/core.py:7214–7216  ·  view source on GitHub ↗
(
        self: SyncClientProtocol, name: KeyT, groupname: GroupT, consumername: ConsumerT
    )

Source from the content-addressed store, hash-verified

7212
7213 @overload
7214 def xgroup_delconsumer(
7215 self: SyncClientProtocol, name: KeyT, groupname: GroupT, consumername: ConsumerT
7216 ) -> int: ...
7217
7218 @overload
7219 def xgroup_delconsumer(

Callers 3

Calls 1

execute_commandMethod · 0.45

Tested by 3