aboutsummaryrefslogtreecommitdiff
path: root/pkg
AgeCommit message (Collapse)AuthorFilesLines
2026-07-12added pubsub command registrycommand-registryalex4-7/+71
2026-07-12refactored all functions to use the command registryalex13-1/+408
2026-07-11refactored LRANGEalex2-0/+57
2026-07-11refactroed LPUSH and RPUSH for command registryalex3-0/+62
2026-07-11refactored more commands to work with command registryalex3-0/+70
2026-07-11refactored some more commands to work with the new command registryalex5-0/+118
2026-07-10turn pubsub into separate packagealex1-0/+106
2026-07-10separated commands into their own files TODO: refactor all commands to work ↵alex6-0/+306
like this