Versions in this module Expand all Collapse all v0 v0.1.15 Jan 3, 2023 v0.1.14 Jan 3, 2023 Changes in this version + const DefaultReplicas + type HashFunc func(data []byte) uint32 + type Ketama struct + func NewKetama(replicas int, fn HashFunc) *Ketama + func (h *Ketama) Add(nodes ...string) + func (h *Ketama) Get(key string) (string, bool) + func (h *Ketama) IsEmpty() bool + func (h *Ketama) Remove(nodes ...string)