API Reference libring v1.6.0

Modules

This module defines an API for creating/manipulating a hash ring. The internal data structure for the hash ring is actually a gb_tree, which provides fast lookups for a given key on the ring.

This module defines the API for working with hash rings where the ring state is managed in a GenServer process.