index
:
redis-clone.git
command-registry
main
multi/execute
pubsub
shards
very simple redis-like cache database
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
command-registry
added pubsub command registry
alex
3 weeks
main
update readme
alex
3 weeks
multi/execute
multi exec and discard
alex
3 weeks
pubsub
refactored handler funcs to have return values instead of writing to conn and...
alex
4 weeks
shards
refactored all handlers to work with shards
alex
4 weeks
Age
Commit message
Author
Files
Lines
2026-07-09
refactored all handlers to work with shards
shards
alex
2
-455
/
+400
2026-07-09
updated go routine for clearing expired keys
alex
1
-7
/
+10
2026-07-09
added RENAME command
alex
2
-0
/
+25
2026-07-09
refactored FLUSHALL to work with shards added ExecuteAll and ExecuteReadAll m...
alex
2
-8
/
+36
2026-07-09
refactored DECR and INCR to support shards
alex
2
-47
/
+49
2026-07-08
changed shards struct to use RWMutex and added executeRead
alex
2
-27
/
+40
2026-07-08
fixed bug regarding DEL
alex
2
-3
/
+3
2026-07-08
added ExecuteMulti method and refactored del to work with shards
alex
2
-12
/
+43
2026-07-08
made NumShards a global const
alex
2
-4
/
+4
2026-07-08
removed mutex from redisDB struct and moved Execute method to shards.go file
alex
2
-10
/
+8
[...]
Clone
https://git.vrabel.me/redis-clone.git