Versions in this module Expand all Collapse all v1 v1.11.13-rc.2 Dec 4, 2024 v1.0.0 Dec 4, 2024 Changes in this version + type Hashable interface + ConsistentHashKey func() []byte + type Ring interface + func NewHashRing(config RingConfig) Ring + type RingConfig struct + Degree int + Hasher hashing.Hasher + VirtualNodes int + type RingReader interface + Get func(Hashable) (Hashable, error)