Source: https://github.com/kzeiter/build-redis-in-go In this series of articles, we have built a simple Redis clone in Golang. We started by building a basic key-value store, then added support for strings, numbers, lists, sets, pub/sub, and finally, persistence with disk storage. While our Redis clone is far from feature-complete, it provides a…