Versions in this module Expand all Collapse all v0 v0.1.122 Oct 2, 2022 v0.1.121 Oct 2, 2022 v0.1.14 Oct 2, 2022 Changes in this version + type Hash func(data []byte) uint32 + type Ring struct + func New(replicas int, fn Hash) *Ring + func (ring *Ring) Add(keys ...string) + func (ring *Ring) Get(key string) string + func (ring *Ring) Len() int + func (ring *Ring) Signature() string