# File lib/redis/pipeline.rb, line 11
    def initialize
      @with_reconnect = true
      @shutdown = false
      @futures = []
    end