pub async fn run( host: &str, port: u16, data_dir: &str, tmk: Option<[u8; 32]>, token: Option<String>, memory_mode: bool, ) -> Result<(), Error>
Start the nedbd v2 server.