connect

Function connect 

Source
pub async fn connect(
    postgres_dsn: &str,
    redis_url: &str,
) -> Result<Storage, StorageError>
Expand description

Establishes connectivity to PostgreSQL and Redis backends.