class Redis
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
(nil, [String, String])
-
options
(Hash
)
--
keys
(String, Array
)
-- one or more keys to perform the
def brpop(*args) _bpop(:brpop, args) end