pub async fn create_memory_store(
config: &MnemoConfig,
settings_dir: &Path,
) -> Result<SharedMemoryStore>Expand description
Create a shared memory store from configuration.
pub async fn create_memory_store(
config: &MnemoConfig,
settings_dir: &Path,
) -> Result<SharedMemoryStore>Create a shared memory store from configuration.