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.
This commit is contained in:
Avery Harnish
2020-03-03 11:15:20 -06:00
committed by GitHub
parent 9852de9924
commit 80511f2cb5
12 changed files with 233 additions and 25 deletions

View File

@@ -1 +1,4 @@
#[tokio::main]
async fn main() {
unimplemented!();
}

View File

@@ -1 +1,4 @@
#[tokio::main]
async fn main() {
unimplemented!();
}