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

Method brpoplpush

redis/commands/core.py:4754–4756  ·  view source on GitHub ↗
(
        self: SyncClientProtocol, src: KeyT, dst: KeyT, timeout: Number | None = 0
    )

Source from the content-addressed store, hash-verified

4752
4753 @overload
4754 def brpoplpush(
4755 self: SyncClientProtocol, src: KeyT, dst: KeyT, timeout: Number | None = 0
4756 ) -> bytes | str | None: ...
4757
4758 @overload
4759 def brpoplpush(

Calls 1

execute_commandMethod · 0.45