class Redis::Distributed

def blpop(*args)

available.
Remove and get the first element in a list, or block until one is
def blpop(*args)
  _bpop(:blpop, args)
end