diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 84ea8b8e..26fa46d9 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -42,7 +42,7 @@ the routing api on `Engine` has five methods: | `send_to_shard(idx, req)` | direct shard access by index (SCAN) | | `dispatch_to_shard(idx, req)` | non-blocking dispatch returning a oneshot receiver | -all five data types and all 150+ commands are supported. +all five data types and all 190+ commands are supported. --- diff --git a/README.md b/README.md index cda99bbd..c899335c 100644 --- a/README.md +++ b/README.md @@ -495,7 +495,7 @@ redis-benchmark, 64B values, P=16, 8 threads. take these comparisons with a grai ./bench/bench-all.sh # run everything ``` -**150+ commands, 1,690+ tests, ~25k lines of code** (~47k including tests and comments). see [bench/README.md](bench/README.md) for full methodology and results. +**190+ commands, 1,690+ tests, ~25k lines of code** (~47k including tests and comments). see [bench/README.md](bench/README.md) for full methodology and results. ## architecture