{{>toc}} h1. Version 0.0.2 * Store the connection details in an external Redis database * Async connect to support configuration storage in the same database and module load at startup * CRUD on connection details * PubSub channel to keep up with configuration changes * Trigger action callbacks for the config database : onConnect, onDisconnect * Manage KeepAlive/Timeout/RetryCount/RetryDelay on the configuration DB * Trigger action callbacks on the connections : onChangePre, onChangePost *