# File lib/redis/distributed.rb, line 145 def setrange(key, offset, value) node_for(key).setrange(key, offset, value) end