aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-07-09added RENAME commandalex2-0/+25
2026-07-09refactored FLUSHALL to work with shards added ExecuteAll and ExecuteReadAll m...alex2-8/+36
2026-07-09refactored DECR and INCR to support shardsalex2-47/+49
2026-07-08changed shards struct to use RWMutex and added executeReadalex2-27/+40
2026-07-08fixed bug regarding DELalex2-3/+3
2026-07-08added ExecuteMulti method and refactored del to work with shardsalex2-12/+43
2026-07-08made NumShards a global constalex2-4/+4
2026-07-08removed mutex from redisDB struct and moved Execute method to shards.go filealex2-10/+8
2026-07-08gave shards idsalex3-3/+2
2026-07-08refactored EXISTS,SET,GET to support multiple shardsalex4-45/+77
2026-07-08added LREM commandalex3-1/+83
2026-07-07added limit argument to KEYSalex1-5/+6
2026-07-07added KEYS commandalex2-7/+47
2026-07-07DEL can now handle multiple keysalex1-9/+9
2026-07-07added DBSIZE commandalex2-0/+11
2026-07-07added LPUSH commandalex2-0/+39
2026-07-06added TYPE commandalex2-0/+29
2026-07-06added HKEYS and HVALUESalex2-0/+58
2026-07-06added hash supportalex3-0/+102
2026-07-06added struct Item and keyowrd EXPIRE so now we can track expire time of items...alex3-31/+91
2026-07-06main loop now uses map to check which handler to usealex1-24/+24
2026-07-06refactored all handlers to take all args as a parameteralex2-27/+109
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