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(), [term()] | term()) :: ExRingRing.Domain.Entities.Ring.t()
Removes nodes from the ring by their keys. Accepts a single key or a list of keys.