Miniredis banner

Miniredis

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.

ponesicek

Implemented multiple connections and APPEND command.

Attachment
0
ponesicek

Implemented basic redis support (PING, GET, SET, DEL, EXISTS, KEYS, QUIT) and fixed many bugs.

Attachment
0
ponesicek

I implemented a hashmap with collision resolution solved by a linked list. both are my own implementations.

Attachment
0