class Redis::Distributed

def blpop(key, timeout)

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