Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_rpoplpush
Method · 0.80
test_cluster_rpoplpush
Method · 0.80
test_rpoplpush_disabled
Method · 0.80
test_rpoplpush
Method · 0.80
test_cluster_rpoplpush
Method · 0.80
Calls
1
execute_command
Method · 0.45
Tested by
5
test_rpoplpush
Method · 0.64
test_cluster_rpoplpush
Method · 0.64
test_rpoplpush_disabled
Method · 0.64
test_rpoplpush
Method · 0.64
test_cluster_rpoplpush
Method · 0.64