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