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