Versions in this module Expand all Collapse all v7 v7.5.0 May 21, 2020 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/CPTSLLC/redis