aboutsummaryrefslogtreecommitdiff
path: root/shards.go
AgeCommit message (Expand)AuthorFilesLines
2026-07-10moved commands and database and main into separate packagesalex1-132/+0
2026-07-10base integraion of command-registry systemalex1-0/+37
2026-07-09refactored FLUSHALL to work with shards added ExecuteAll and ExecuteReadAll m...alex1-0/+28
2026-07-08changed shards struct to use RWMutex and added executeReadalex1-25/+38
2026-07-08added ExecuteMulti method and refactored del to work with shardsalex1-0/+28
2026-07-08made NumShards a global constalex1-1/+1
2026-07-08removed mutex from redisDB struct and moved Execute method to shards.go filealex1-1/+8
2026-07-08gave shards idsalex1-0/+1
2026-07-08refactored EXISTS,SET,GET to support multiple shardsalex1-0/+18