A Redis-inspired in-memory data store built from scratch using
TypeScript and low-level TCP networking.
Designed to explore how Redis works internally — from the
RESP protocol to command parsing, concurrency, and performance-critical design.


