# File lib/redis/connection/synchrony.rb, line 100
      def disconnect
        @connection.close_connection
        @connection = nil
      end