module Redis::Commands::Lists
def brpop(*args)
- See: #blpop -
Returns:
-
(nil, [String, String])
-
Parameters:
-
options
(Hash
) -- -
keys
(String, Array
) -- one or more keys to perform the
def brpop(*args) _bpop(:brpop, args) end