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,4 +1,3 @@
|
||||
#![cfg(nope)]
|
||||
use crate::Connection;
|
||||
|
||||
use bytes::Bytes;
|
||||
|
||||
Reference in New Issue
Block a user