Introduction

In this course, we're going to build a simplified clone of Redis called RougeDB. We will use Rust as the primary programming language. The goal is not to build a full-fledged, production-ready Redis replacement, but rather to learn Rust and understand the workings of databases and how to create a reliable service using the tokio ecosystem.