Versions in this module Expand all Collapse all v1 v1.0.1 Mar 29, 2022 Changes in this version + type Hash func(data []byte) uint32 + type Map struct + func New(replicas int, fn Hash) *Map + func (m *Map) Add(keys ...string) + func (m *Map) Get(key string) string + func (m *Map) IsEmpty() bool