diff --git a/README.md b/README.md index 7a8cbda7..339bac0b 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,18 @@ ember uses a shared-nothing, thread-per-core design inspired by [Dragonfly](http | p99 latency | ~1ms | <200ยตs | | memory/key | ~90 bytes overhead | <40 bytes | +## status + +| phase | description | status | +|-------|-------------|--------| +| 1 | foundation (protocol, engine, expiration) | โœ… complete | +| 2 | persistence (AOF, snapshots, recovery) | โœ… complete | +| 3 | data types (sorted sets, lists, hashes, sets) | โœ… complete | +| 4 | clustering (raft, gossip, slots) | ๐Ÿšง not started | +| 5 | developer experience (observability, CLI, clients) | ๐Ÿšง not started | + +**current**: 49 commands, 487 tests, ~6k lines of code + ## security see [SECURITY.md](SECURITY.md) for: