Versions in this module Expand all Collapse all v1 v1.1.4 Jan 13, 2021 v1.1.3 Jan 13, 2021 Changes in this version + var ErrTooLargeOffset = errors.New("too large offset") + type BitSetProvider interface + type BloomFilter struct + func New(store *redis.Redis, key string, bits uint) *BloomFilter + func (f *BloomFilter) Add(data []byte) error + func (f *BloomFilter) Exists(data []byte) (bool, error)