aboutsummaryrefslogtreecommitdiff
path: root/handlers.go
AgeCommit message (Expand)AuthorFilesLines
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