class Redis::Distributed

def lrange(key, start, stop)

def lrange(key, start, stop)
  node_for(key).lrange(key, start, stop)
end