Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 697 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 697 Bytes

build-your-own-redis

Redis server clone written in C++20. Initially based on Build Your Own Redis Ruby tutorial.

Implemented commands:

Command Arguments Implemented Comments
COMMAND 🟢
COMMAND COUNT 🟢
COMMAND GETKEYS 🔴
COMMAND INFO [command-name...] 🟢
ECHO message 🟢
GET key 🔴
PING 🟢
PING message 🟢
SET key value 🔴

Additional resources: