attoRedis A quick implementation of redis. Mostly to learn Rust and Tokio How to run ? Start the server cargo run --package attoredis-server -- --port <port> Start the client cargo run --package attoredis-client -- --port <port>