Redis

Source code: rdis

Welcome to the “Build Your Own Redis” Challenge repository for Rust solutions!

Overview This repository serves as a my Rust solutions to the “Build Your Own Redis” Challenge.

You’ll build a toy Redis clone that’s capable of handling basic commands like PING, SET and GET. Along the way we’ll learn about event loops, the Redis protocol and more.