aboutsummaryrefslogtreecommitdiff
path: root/handlers.go
AgeCommit message (Collapse)AuthorFilesLines
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 ↵alex1-28/+69
items in the db
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