Versions in this module Expand all Collapse all v1 v1.2.0 Sep 29, 2021 v1.1.8 Sep 29, 2021 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)