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