Versions in this module Expand all Collapse all v1 v1.4.4 Nov 9, 2022 v1.4.3 Nov 9, 2022 Changes in this version + var ErrTooLargeOffset = errors.New("too large offset") + type Filter struct + func New(store *redis.Redis, key string, bits uint) *Filter + func (f *Filter) Add(data []byte) error + func (f *Filter) Exists(data []byte) (bool, error)