class Redis::Distributed

def brpop(key, timeout)

def brpop(key, timeout)
  node_for(key).brpop(key, timeout)
end