Expand description
Ketama consistent hash ring.
Provides consistent hashing compatible with libmemcached/twemproxy. Adding or removing a server remaps only ~1/N of keys instead of all keys.
Structsยง
- Ring
- Immutable ketama consistent hash ring.
- Ring
Builder - Builder for constructing a
Ringwith weighted nodes.