An open API service indexing awesome lists of open source software.

https://github.com/atikahe/mini-redis

Build your own redis challenge from CodeCrafters.
https://github.com/atikahe/mini-redis

codecrafters go redis

Last synced: about 2 months ago
JSON representation

Build your own redis challenge from CodeCrafters.

Awesome Lists containing this project

README

          

![progress-banner](https://app.codecrafters.io/progress/redis/877da5c2-26e6-48ca-95b9-c1b70cca302a)

This is a starting point for Go solutions to the
["Build Your Own Redis" Challenge](https://codecrafters.io/challenges/redis).

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](https://codecrafters.io) to try the challenge.