pub async fn initialize_redis_connection( config: &ServerConfig, ) -> Result<Arc<ConnectionManager>>
Initializes a Redis connection manager.
config
A connection manager for the Redis connection.