MiniRedis → Redis Mapping
The canonical mapping is embedded in the architecture guide, next to the data flow it explains. It grades each relationship as Equivalent, Intentional simplification, or Semantically opposite.
Use it to follow one mechanism at a time:
- command parsing and per-type planners;
- the serialized executor and immutable commit batches;
- expiration, eviction, transactions, and Pub/Sub;
- AOF, snapshots, recovery, and online rewrite;
- replication backlog, partial/full synchronization, and RESP2/TCP.
Keep the behavior matrix open beside the mapping. The mapping explains what carries across to Redis; the matrix identifies the observable contract and its executable test evidence.