class Redis::Distributed

def brpop(*args)

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