From bde4f214ccfea0f503441343a42bab76969622bf Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Tue, 8 Feb 2022 17:20:31 -0800 Subject: [PATCH] readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5fe52e9..8e63545 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ See [sharding README](./tests/sharding/README.md) for sharding logic testing. 4. Query cancellation. 5. Round-robin load balancing of replicas. 6. Banlist & failover +7. Sharding! ### Session mode Each client owns its own server for the duration of the session. Commands like `SET` are allowed.