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