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

Method blpop

redis/commands/core.py:4692–4694  ·  view source on GitHub ↗
(
        self: SyncClientProtocol, keys: KeysT, timeout: Number | None = 0
    )

Source from the content-addressed store, hash-verified

4690
4691 @overload
4692 def blpop(
4693 self: SyncClientProtocol, keys: KeysT, timeout: Number | None = 0
4694 ) -> BlockingListPopResponse: ...
4695
4696 @overload
4697 def blpop(

Callers 4

test_blpopMethod · 0.80
test_cluster_blpopMethod · 0.80
test_blpopMethod · 0.80
test_cluster_blpopMethod · 0.80

Calls 3

list_or_argsFunction · 0.85
appendMethod · 0.45
execute_commandMethod · 0.45

Tested by 4

test_blpopMethod · 0.64
test_cluster_blpopMethod · 0.64
test_blpopMethod · 0.64
test_cluster_blpopMethod · 0.64