Versions in this module Expand all Collapse all v0 v0.1.22 Jul 22, 2024 v0.1.21 Jul 22, 2024 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)