nautilus_infrastructure::redis

Function create_redis_connection

source
pub fn create_redis_connection(
    con_name: &str,
    config: DatabaseConfig,
) -> Result<Connection>
Expand description

Create a new Redis database connection from the given database config.