Versions in this module Expand all Collapse all v0 v0.14.2 Feb 27, 2018 v0.13.1 Nov 28, 2017 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