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.
- Host: GitHub
- URL: https://github.com/atikahe/mini-redis
- Owner: atikahe
- Created: 2023-01-19T13:32:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T09:48:39.000Z (over 3 years ago)
- Last Synced: 2025-03-28T18:51:53.624Z (about 1 year ago)
- Topics: codecrafters, go, redis
- Language: Go
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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.