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

Method lmove

redis/commands/core.py:3542–3548  ·  view source on GitHub ↗
(
        self: SyncClientProtocol,
        first_list: str,
        second_list: str,
        src: str = "LEFT",
        dest: str = "RIGHT",
    )

Source from the content-addressed store, hash-verified

3540
3541 @overload
3542 def lmove(
3543 self: SyncClientProtocol,
3544 first_list: str,
3545 second_list: str,
3546 src: str = "LEFT",
3547 dest: str = "RIGHT",
3548 ) -> bytes | str | None: ...
3549
3550 @overload
3551 def lmove(

Callers 6

dt_list.pyFile · 0.80
test_lmoveMethod · 0.80
test_cluster_lmoveMethod · 0.80
test_cluster_lmoveMethod · 0.80

Calls 1

execute_commandMethod · 0.45

Tested by 5

test_lmoveMethod · 0.64
test_cluster_lmoveMethod · 0.64
test_cluster_lmoveMethod · 0.64