class Redis

def blpop(*args)

Returns:
  • (nil, [String, String]) -

Parameters:
  • options (Hash) --
  • keys (String, Array) -- one or more keys to perform the

Other tags:
    Example: Blocking pop on multiple lists -
    Example: Without timeout -
    Example: With timeout -
def blpop(*args)
  _bpop(:blpop, args)
end