This PR adds a CLI to main.rs that allows you to run the redis server and eventually the redis client.
5 lines
57 B
Rust
5 lines
57 B
Rust
#[tokio::main]
|
|
async fn main() {
|
|
unimplemented!();
|
|
}
|