Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ deleterule
Method
deleterule
redis/commands/timeseries/commands.py:722–724 ·
view source on GitHub ↗
( self: SyncClientProtocol, source_key: KeyT, dest_key: KeyT )
Source
from the content-addressed store, hash-verified
720
721
@overload
722
def
deleterule(
723
self: SyncClientProtocol, source_key: KeyT, dest_key: KeyT
724
) -> bool: ...
725
726
@overload
727
def
deleterule(
Callers
2
test_create_and_delete_rule
Function · 0.80
test_create_and_delete_rule
Function · 0.80
Calls
1
execute_command
Method · 0.45
Tested by
2
test_create_and_delete_rule
Function · 0.64
test_create_and_delete_rule
Function · 0.64