aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2026-07-06split the code into multiple files for better readabilityalex4-353/+373
2026-07-05added LPOP and RPOP keywordsalex1-0/+66
2026-07-05refactored code to use serializeRESP functionalex1-26/+34
2026-07-05added simpleString typealex1-0/+5
2026-07-05added LRANGE keyword and serializeRESP functionalex1-0/+78
2026-07-05added RPUSH keywordalex1-54/+107
2026-07-04added int case to parseralex1-1/+2
2026-07-04made * case in parser recursivealex1-22/+7
2026-07-04added bulk string parsingalex1-0/+19
2026-07-04added parsing of simple strings and fixed bug in INCR/DECRalex1-25/+39
2026-07-04added flushall keywordalex1-0/+8
2026-07-04added decr and pingalex1-0/+29
2026-07-04added incr keywordalex1-0/+23
2026-07-04added del keywordalex1-0/+16
2026-07-04added exists keywordalex1-0/+13
2026-07-04added mutex and parsing of the official redis protoclalex1-14/+54
2026-07-03basic dictionary server with set and get todo: mutex to protect serveralex2-2/+102
2026-06-25initalex3-0/+10