Versions in this module Expand all Collapse all v0 v0.2.2 Oct 26, 2021 Changes in this version + const Init + func New(b []byte) uint32 + func WithSalt(text []byte, salt uint32) uint32 + type Hash func(data []byte) uint32 + type Ring struct + func NewRing(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 v0.2.2-alpha Oct 26, 2021