Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 233 Bytes

File metadata and controls

3 lines (2 loc) · 233 Bytes

This is a Python solutions to the "Build Your Own Redis" Challenge.

In this challenge, I built a toy Redis clone that's capable of handling basic commands like PING, SET and GET.