# File lib/redis.rb, line 67
  def without_reconnect(&block)
    synchronize do
      @client.without_reconnect(&block)
    end
  end