Use case for creating a new hash ring.
Summary
Functions
Creates a new hash ring with the given nodes and options.
Creates a ring from a list of keys.
Functions
@spec call( [ExRingRing.Domain.Entities.Node.t() | keyword()], keyword() ) :: ExRingRing.Domain.Entities.Ring.t()
Creates a new hash ring with the given nodes and options.
@spec call_from_keys( [term()], keyword() ) :: ExRingRing.Domain.Entities.Ring.t()
Creates a ring from a list of keys.