Event loop for connections implemented + updated README

This commit is contained in:
Илья Глазунов
2026-01-11 00:48:34 +03:00
parent c0228b0c12
commit e8bb171df2
5 changed files with 237 additions and 49 deletions
+6
View File
@@ -0,0 +1,6 @@
# (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](https://github.com/codecrafters-io/build-your-own-x) repository for helping me get started with this project!