Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 706 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 706 Bytes

Toy Redis Implementation

Important Resources

In this challenge, you build a toy Redis clone that's capable of handling basic commands like PING, SET and GET. Along the way we learn about event loops, the Redis protocol and more.

head over to codecrafters.io to try the challenge.