Skip to main content

Crate ketama

Crate ketama 

Source
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.
RingBuilder
Builder for constructing a Ring with weighted nodes.