Versions in this module Expand all Collapse all v1 v1.2.10 Aug 26, 2024 Changes in this version + type HashFunc func(data []byte) uint32 + type Map struct + func New(replicas int, fn HashFunc) *Map + func (m *Map) AddNode(keys ...string) + func (m *Map) IsEmpty() bool + func (m *Map) PickNode(key string) string