
Redis Server From Scratch
A Redis-compatible in-memory data store built from first principles using raw TCP sockets and a custom RESP parser.
- Full RESP protocol implementation
- AOF persistence with rewrite
- Master–replica replication + partial sync
- Active and passive TTL expiration







