Skip to main content

start_cluster

Function start_cluster 

Source
pub async fn start_cluster(
    config: ServerConfig,
    cluster_cfg: ClusterConfig,
    config_path: PathBuf,
) -> Result<ClusterHandle, ClusterStartupError>
Expand description

Start a LaminarDB server in cluster (multi-node) mode.