Redis-Inspired Distributed Key-Value Store from Scratch in Java
overview:
TCP engine, LRU eviction, AOF write-ahead log, primary-replica replication, consistent hashing — every subsystem hand-rolled. Here's what the code actually does, verified line by line.
When
engineering-som-blog.hashnode.dev12 min read