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