class Redis

def brpop(*args)

Other tags:
    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