class Redis::Connection::Synchrony

def disconnect

def disconnect
  @connection.close_connection
  @connection = nil
end