class Redis::Distributed
def zrange(key, start, stop, options = {})
def zrange(key, start, stop, options = {}) node_for(key).zrange(key, start, stop, options) end
def zrange(key, start, stop, options = {}) node_for(key).zrange(key, start, stop, options) end