3 devlogs
3h 18m 20s
A small single-executable redis reimplementation in c++. Mainly created so that I can practice implementing my own data structures.
A small single-executable redis reimplementation in c++. Mainly created so that I can practice implementing my own data structures.
Implemented multiple connections and APPEND command.
Log in to leave a comment
Implemented basic redis support (PING, GET, SET, DEL, EXISTS, KEYS, QUIT) and fixed many bugs.
Log in to leave a comment
I implemented a hashmap with collision resolution solved by a linked list. both are my own implementations.
Log in to leave a comment