aboutsummaryrefslogtreecommitdiff
path: root/handlers.go
AgeCommit message (Expand)AuthorFilesLines
2026-07-08changed shards struct to use RWMutex and added executeReadalex1-2/+2
2026-07-08fixed bug regarding DELalex1-2/+2
2026-07-08added ExecuteMulti method and refactored del to work with shardsalex1-12/+15
2026-07-08gave shards idsalex1-3/+0
2026-07-08refactored EXISTS,SET,GET to support multiple shardsalex1-38/+37
2026-07-08added LREM commandalex1-1/+72
2026-07-07added limit argument to KEYSalex1-5/+6
2026-07-07added KEYS commandalex1-7/+46
2026-07-07DEL can now handle multiple keysalex1-9/+9
2026-07-07added DBSIZE commandalex1-0/+10
2026-07-07added LPUSH commandalex1-0/+38
2026-07-06added TYPE commandalex1-0/+28
2026-07-06added HKEYS and HVALUESalex1-0/+56
2026-07-06added hash supportalex1-0/+91
2026-07-06added struct Item and keyowrd EXPIRE so now we can track expire time of items...alex1-28/+69
2026-07-06refactored all handlers to take all args as a parameteralex1-11/+100
2026-07-06split the code into multiple files for better readabilityalex1-0/+269