DEV Community

Cover image for Redis-like database server in Golang
Juan Christian
Juan Christian

Posted on • Edited on

5

Redis-like database server in Golang

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

kvstore

You can check out the project here:
https://github.com/HotPotatoC/kvstore

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay