/memoryMap

A Redis made from scratch using C# enclosed in Docker Container for plug and play

Primary LanguageC#

progress-banner

This was build while completing a challenge called "Build Your Own Redis" on CodeCrafters

In this challenge, you'll build a toy Redis clone that's capable of handling basic commands like PING, SET and GET. Along the way we'll learn about event loops, the Redis protocol and more.

Note: If you're viewing this repo on GitHub, head over to codecrafters.io to try the challenge.