# File lib/redis.rb, line 766 def setrange(key, offset, value) synchronize do |client| client.call [:setrange, key, offset, value] end end