Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 528 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 528 Bytes

Project

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).

Context

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.