Files
own-redis/README.md
T

324 B

(not) a Redis

A toy implementation of a Redis-like server in C++. This is a learning project for me to understand how Redis works internally. It is not intended for production use.

Thanks to Build-your-own-X repository for helping me get started with this project!