Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading