class Redis::Distributed

def zrange(key, start, stop, options = {})

def zrange(key, start, stop, options = {})
  node_for(key).zrange(key, start, stop, options)
end