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

Method blmove

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

Source from the content-addressed store, hash-verified

3571
3572 @overload
3573 def blmove(
3574 self: SyncClientProtocol,
3575 first_list: str,
3576 second_list: str,
3577 timeout: int,
3578 src: str = "LEFT",
3579 dest: str = "RIGHT",
3580 ) -> bytes | str | None: ...
3581
3582 @overload
3583 def blmove(

Callers 3

test_blmoveMethod · 0.80
test_cluster_blmoveMethod · 0.80
test_cluster_blmoveMethod · 0.80

Calls 1

execute_commandMethod · 0.45

Tested by 3

test_blmoveMethod · 0.64
test_cluster_blmoveMethod · 0.64
test_cluster_blmoveMethod · 0.64