# File lib/redis/pipeline.rb, line 111
    def _set(object)
      @object = @transformation ? @transformation.call(object) : object
      value
    end