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