Building my own Redis in Go - Part 1
Jun 23, 2024 · 6 min read · Introduction I've always wanted to understand how Redis works internally and how its features are built. So, I decided to create my own version of Redis, but in Go (Redis is actually built in C). The name "godisDB" came naturally when merging Go and ...
Join discussion



















