How to build a Redis-like database in C#
Context:
The objective of this exercise is to create a simplified version of Redis in C# as a learning project.
We will call it "KVLite"!
While Redis is a complex and feature-rich key-value store, we will focus on implementing a subset of its featur...
zahere.com13 min read
Dominic Devasahayam
Software Engineer, exploring the abyss...
Hey Zahere, this is an amazing project and I am learning so much as I am building along.
A quick note there is a typo on the first code snippet under "Build your TCP" - the port says 6377 which I believe should be saying 6397.
Cheers for this amazing article, hope to read more along the way.
Thank You