repository
0.0.0-20250221152307-28052f09132b
Repository: https://github.com/jgrecu/redis-clone.git
Documentation: pkg.go.dev
# README
REDIS Clone -- Build your own Redis (CodeCrafters)
Redis is an in-memory data structure store often used as a database, cache, message broker and streaming engine. In this challenge I'll build my own Redis server that is capable of serving basic commands, reading RDB files and more.
Along the way, I'll learn about TCP servers, the Redis Protocol and more.
Note: If you're viewing this repo on GitHub, head over to codecrafters.io to try the challenge.