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

Method brpop

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

Source from the content-addressed store, hash-verified

4721
4722 @overload
4723 def brpop(
4724 self: SyncClientProtocol, keys: KeysT, timeout: Number | None = 0
4725 ) -> BlockingListPopResponse: ...
4726
4727 @overload
4728 def brpop(

Callers 7

dt_list.pyFile · 0.80
test_brpopMethod · 0.80
helperMethod · 0.80
test_cluster_brpopMethod · 0.80
test_brpopMethod · 0.80
helperMethod · 0.80
test_cluster_brpopMethod · 0.80

Calls 3

list_or_argsFunction · 0.85
appendMethod · 0.45
execute_commandMethod · 0.45

Tested by 6

test_brpopMethod · 0.64
helperMethod · 0.64
test_cluster_brpopMethod · 0.64
test_brpopMethod · 0.64
helperMethod · 0.64
test_cluster_brpopMethod · 0.64