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

Method xgroup_destroy

redis/commands/core.py:7242–7244  ·  view source on GitHub ↗
(
        self: SyncClientProtocol, name: KeyT, groupname: GroupT
    )

Source from the content-addressed store, hash-verified

7240
7241 @overload
7242 def xgroup_destroy(
7243 self: SyncClientProtocol, name: KeyT, groupname: GroupT
7244 ) -> bool: ...
7245
7246 @overload
7247 def xgroup_destroy(

Calls 1

execute_commandMethod · 0.45