In the last episode of the “Building a Redis Clone From Scratch” series, we built a simple single-node key-value store that stores data in Java ConcurrentHashMap and communicates via TCP Server. In this post we are going to dive deeper and convert that single-node application into a distributed application.
Is this open source ?
Yup! I'm currently building it open source. You can find it out here: https://github.com/x-sushant-x/Phantom
Thanks for replying, and I also build my own redis in Go.
Great! I was also thinking to build it in GoLang but I was building everything in GoLang from last 2 years so I did a change in language.