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