Versions in this module Expand all Collapse all v7 v7.5.0 Mar 7, 2023 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 Other modules containing this package github.com/xsyzer/go-redis