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

Method rpoplpush

redis/commands/core.py:5104–5106  ·  view source on GitHub ↗
(
        self: SyncClientProtocol, src: KeyT, dst: KeyT
    )

Source from the content-addressed store, hash-verified

5102
5103 @overload
5104 def rpoplpush(
5105 self: SyncClientProtocol, src: KeyT, dst: KeyT
5106 ) -> bytes | str | None: ...
5107
5108 @overload
5109 def rpoplpush(

Callers 5

test_rpoplpushMethod · 0.80
test_rpoplpushMethod · 0.80

Calls 1

execute_commandMethod · 0.45

Tested by 5

test_rpoplpushMethod · 0.64
test_rpoplpushMethod · 0.64