aboutsummaryrefslogtreecommitdiff
path: root/pkg/commands/command-registry.go
AgeCommit message (Collapse)AuthorFilesLines
2026-07-12added pubsub command registrycommand-registryalex1-7/+27
2026-07-12refactored all functions to use the command registryalex1-1/+72
2026-07-11refactored LRANGEalex1-0/+5
2026-07-11refactroed LPUSH and RPUSH for command registryalex1-0/+10
2026-07-11refactored more commands to work with command registryalex1-0/+10
2026-07-11refactored some more commands to work with the new command registryalex1-0/+20
2026-07-10separated commands into their own files TODO: refactor all commands to work ↵alex1-0/+58
like this