# File lib/redis/distributed.rb, line 289
    def getrange(key, start, stop)
      node_for(key).getrange(key, start, stop)
    end