comments & general maintainability things

This commit is contained in:
Xory 2025-10-07 19:59:13 +03:00
parent a625bb55cd
commit d6360d207a
2 changed files with 11 additions and 7 deletions

View file

@ -3,6 +3,8 @@
Redis, but worse in every conceivable manner.
And also my first serious C++ project.
**NOTE**: This project **requires** C++23. Make sure to compile with `g++ -std=c++23` (on linux systems)
## Roadmap
- [X] Basic K/V store
- [X] Remove/add entries