Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 263 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 263 Bytes

redis-clone

A solution to the popular interview question "design and implement redis server".

Interview Question

Build something that is similar to a redis server in code. The program should accept string commands (set, get, del) and return a response.