aboutsummaryrefslogtreecommitdiff
path: root/redisDB.go
AgeCommit message (Expand)AuthorFilesLines
2026-07-10moved commands and database and main into separate packagesalex1-59/+0
2026-07-09basic pubsub systemalex1-0/+7
2026-07-08removed mutex from redisDB struct and moved Execute method to shards.go filealex1-9/+0
2026-07-08refactored EXISTS,SET,GET to support multiple shardsalex1-1/+9
2026-07-06added hash supportalex1-0/+8
2026-07-06added struct Item and keyowrd EXPIRE so now we can track expire time of items...alex1-2/+6
2026-07-06split the code into multiple files for better readabilityalex1-0/+41