From 3cad538ef22f71f1f6535b11929c2505dab73911 Mon Sep 17 00:00:00 2001 From: Mohamad Rostami Date: Tue, 19 May 2020 00:20:52 +0200 Subject: [PATCH] Add consistenthash repo (#3064) Co-authored-by: Mohamed Rostrami --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 43c0c390..2e3fc700 100644 --- a/README.md +++ b/README.md @@ -592,6 +592,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [celeriac](https://github.com/svcavallar/celeriac.v1) - Library for adding support for interacting and monitoring Celery workers, tasks and events in Go. * [consistent](https://github.com/buraksezer/consistent) - Consistent hashing with bounded loads. +* [consistenthash](https://github.com/mbrostami/consistenthash) - Consistent hashing with configurable replicas. * [dht](https://github.com/anacrolix/dht) - BitTorrent Kademlia DHT implementation. * [digota](https://github.com/digota/digota) - grpc ecommerce microservice. * [dot](https://github.com/dotchain/dot/) - distributed sync using operational transformation/OT.