Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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(
Callers
11
test_xgroup_destroy
Method · 0.80
test_xreadgroup
Method · 0.80
test_xreadgroup_with_claim_min_idle_time
Method · 0.80
test_xreadgroup_with_claim_min_idle_time_multiple_streams_same_slots
Method · 0.80
test_xreadgroup_with_claim_min_idle_time_multiple_streams
Method · 0.80
test_xgroup_destroy
Method · 0.80
test_xreadgroup
Method · 0.80
test_xreadgroup_with_claim_min_idle_time
Method · 0.80
test_xreadgroup_with_claim_min_idle_time_multiple_streams_same_slots
Method · 0.80
test_xreadgroup_with_claim_min_idle_time_multiple_streams
Method · 0.80
test_async_xreadgroup_exports_streaming_lag_metric_with_consumer_group
Method · 0.80
Calls
1
execute_command
Method · 0.45
Tested by
11
test_xgroup_destroy
Method · 0.64
test_xreadgroup
Method · 0.64
test_xreadgroup_with_claim_min_idle_time
Method · 0.64
test_xreadgroup_with_claim_min_idle_time_multiple_streams_same_slots
Method · 0.64
test_xreadgroup_with_claim_min_idle_time_multiple_streams
Method · 0.64
test_xgroup_destroy
Method · 0.64
test_xreadgroup
Method · 0.64
test_xreadgroup_with_claim_min_idle_time
Method · 0.64
test_xreadgroup_with_claim_min_idle_time_multiple_streams_same_slots
Method · 0.64
test_xreadgroup_with_claim_min_idle_time_multiple_streams
Method · 0.64
test_async_xreadgroup_exports_streaming_lag_metric_with_consumer_group
Method · 0.64