From cfe360a80137ed7239758e834cac4675208da1c6 Mon Sep 17 00:00:00 2001 From: werbenhu Date: Sat, 9 Sep 2023 11:20:04 +0800 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0d14313..890cc5e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ > Consistent hashing is a hashing technique that performs really well when operated in a dynamic environment where the distributed system scales up and scales down frequently. -### Consistent Hashing Consistent Hashing allows distributing data in such a way that minimize reorganization when nodes are added or removed, hence making the system easier to scale up or down. The key idea is that it's a distribution scheme that DOES NOT depend directly on the number of servers.