# File lib/redis/pipeline.rb, line 53
    def without_reconnect(&blk)
      with_reconnect(false, &blk)
    end