- The Why?
- develop a deeper understanding of TCP, and varying Protocols
- Redis is a very popular protocol, with obvious benefits of getting familar with it
- The How?
Note: To run this project
- Ensure you have `cargo (1.54)` installed locally
- Run `./spawn_redis_server.sh` to run your Redis server, which is implemented in `src/main.rs`. This command compiles your Rust project, so it might be slow the first time you run it. Subsequent runs will be fast.