# File lib/redis/pipeline.rb, line 48
    def with_reconnect(val=true)
      @with_reconnect = false unless val
      yield
    end