A Redis-like distributed key-value store built in Rust that demonstrates fault tolerance through CLI operations. It evolves through milestones from single-node in-memory storage to full multi-node Raft consensus. Features include Redis-compatible commands (GET/SET/DEL/KEYS), persistent storage, network replication, and visible resilience testing from the command line.