This repo is based on the "Build Your Own Redis" Challenge from codecrafters.io.
I implemented a thread based version of this project (the challenge also suggests doing an event loop version which I didn't focus on).
I implemented it as a way to train my Rust skills while learning the language with the Rust Book. When writing this I have read the book up to chapter 10.