Redis-like database server in Golang
Juan Christian
Posted on March 27, 2021
Hello 👋, for the past month I've been developing a very simple Redis clone tool in Golang.
kvstore
The project is called kvstore. kvstore is an in-memory database server with the key-value pair data model (similar to Redis and other in-memory database servers).
See it in action
You can check out the project here:
https://github.com/HotPotatoC/kvstore
💖 💪 🙅 🚩
Juan Christian
Posted on March 27, 2021
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.