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:
@@ -1,3 +1,5 @@
|
||||
pub const DEFAULT_PORT: &str = "6379";
|
||||
|
||||
pub mod client;
|
||||
|
||||
mod cmd;
|
||||
|
||||
Reference in New Issue
Block a user