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