Use case for removing nodes from a hash ring.
Summary
Functions
Removes nodes from the ring by their keys. Accepts a single key or a list of keys.
Functions
@spec execute( ExRingRing.Domain.Entities.Ring.t(), [atom() | binary() | integer()] | atom() | binary() | integer() ) :: ExRingRing.Domain.Entities.Ring.t()
Removes nodes from the ring by their keys. Accepts a single key or a list of keys.