Files
mini-redis/examples/pub.rs
Avery Harnish 80511f2cb5 add cli for server/client (#4)
This PR adds a CLI to main.rs that allows you to run the redis server and eventually the redis client.
2020-03-03 09:15:20 -08:00

5 lines
57 B
Rust

#[tokio::main]
async fn main() {
unimplemented!();
}