atikahe / mini-redis

Build your own redis challenge from CodeCrafters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

progress-banner

This is a starting point for Go solutions to the "Build Your Own Redis" Challenge.

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.

About

Build your own redis challenge from CodeCrafters.


Languages

Language:Go 94.5%Language:Shell 5.5%