make_store_config

Function make_store_config 

Source
pub async fn make_store_config(
    redis_url: &str,
    passphrase: Option<&str>,
    redis_prefix: &str,
) -> Result<StoreConfig, OpenStoreError>
Expand description

Create a StoreConfig.

If the e2e-encryption Cargo feature is enabled, a CryptoStore is opened.