# File lib/redis/distributed.rb, line 545
    def zrange(key, start, stop, options = {})
      node_for(key).zrange(key, start, stop, options)
    end