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

Method lmpop

redis/commands/core.py:4822–4828  ·  view source on GitHub ↗
(
        self: SyncClientProtocol,
        num_keys: int,
        *args: str,
        direction: str,
        count: int | None = 1,
    )

Source from the content-addressed store, hash-verified

4820
4821 @overload
4822 def lmpop(
4823 self: SyncClientProtocol,
4824 num_keys: int,
4825 *args: str,
4826 direction: str,
4827 count: int | None = 1,
4828 ) -> ListMultiPopResponse: ...
4829
4830 @overload
4831 def lmpop(

Callers 1

test_lmpopMethod · 0.80

Calls 2

extendMethod · 0.45
execute_commandMethod · 0.45

Tested by 1

test_lmpopMethod · 0.64