libring v1.1.0 API Reference

Modules

This module defines an API for creating/manipulating a hash ring. The internal datastructure 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