pub fn create_redis_connection( con_name: &str, config: DatabaseConfig, ) -> Result<Connection>
Create a new Redis database connection from the given database config.