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