# File lib/redis.rb, line 1047 def lrange(key, start, stop) synchronize do |client| client.call [:lrange, key, start, stop] end end