MCPcopy
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

Calls 1

execute_commandMethod · 0.45

Tested by 2