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

Method copy

redis/commands/core.py:2792–2798  ·  view source on GitHub ↗
(
        self: SyncClientProtocol,
        source: str,
        destination: str,
        destination_db: str | None = None,
        replace: bool = False,
    )

Source from the content-addressed store, hash-verified

2790
2791 @overload
2792 def copy(
2793 self: SyncClientProtocol,
2794 source: str,
2795 destination: str,
2796 destination_db: str | None = None,
2797 replace: bool = False,
2798 ) -> bool: ...
2799
2800 @overload
2801 def copy(

Calls 3

extendMethod · 0.45
appendMethod · 0.45
execute_commandMethod · 0.45