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