A consistent hashring compatible with ketama hashing and python's hash_ring
TypeScript definitions for hashring
TypeScript definitions for node-hashring
A consistent hashing ring with binary search
gossip based application sharding
A simple, pure JS implementation of consistent hashing
> simple redis sharding based on [Redis](https://www.npmjs.com/package/redis) and [HashRing](https://www.npmjs.com/package/hashring)
A fast consistent hashing (hashring) implementation.
Scalable publish-subscribe broker on a consistent hashring
Use a hashring to manage distributing load to multiple redis clients
A pure JavaScript hash ring based on libketama.
A typescript implementation of consistent hash algorithm based on virtual nodes for Node.js
A pure JavaScript hash ring based on libketama.
A library for consistent hashing.
Memcache for node
A hash ring implementation using libketama-like hashing.
基于hashring,并且参考redis-sharding,实现客户端分片Redis客户端,并且优化连接处理
Simple TCP connection string parser
This project allows you to create an Redis cluster. It uses the key passed on parameters to generate a hash to decide in which instance it should read or write the data
Memcached client implementing binary protocol with native multiple keys support
application-level sharding on node.js streams
clusterduck-redis-native-lb [](https://www.npmjs.com/package/clusterduck-redis-native-lb) ======= [ for storing and finding keys, and replicating keys between nodes if the cluster changes (add, remove nodes) or between two clusters (for example during deployments)
Concurrent, lock-free implementation of a consistent hashing ring data structure, supporting virtual nodes and keeping track of replication.
small library that aims to provide several hashing and related algorithms
An efficient consistent hash ring implementation supporting virtual nodes.
Consistent and rendezvous hash rings with optimized hash functions.
A space-efficient (no need for vnodes) multi-probe consistent hashing algorithm
A consistent hashing library for Rust
Distributed replication for Aegis database
A library to do consistent hashing in Rust.
A flexible and efficient consistent hash ring
Thinking about the construction of distributed systems starting from the *consistent hash* algorithm.