Building my own Redis in Go - Part 1
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 ...
Jun 23, 20246 min read468
