package
2.1.0
Repository: https://github.com/golang-tools/redishelper.git
Documentation: pkg.go.dev

# Packages

redisbloomhelper redis扩展[RedisBloom](https://github.com/RedisBloom/RedisBloom)帮助模块,用于处理布隆过滤器.
No description provided by the author
cuckoofilter redis扩展[RedisBloom](https://github.com/RedisBloom/RedisBloom)帮助模块,用于处理布隆过滤器.
No description provided by the author

# Variables

ErrEmptyValue 返回值为空值.
ErrItemLenNotMatch 物品数量不符.
ErrItemListEmpty 物品列表为空.
ErrMustChooseOneParam 必须选一个参数填入.
ErrNeedMoreThan2Source 需要超过2个资源.
ErrResultLenNotMatch 结果返回数量不符.

# Structs

BoolMapPlacehold 将结果中的1设置为true,0设置为false;如果Reverse为true则相反.
BoolValPlacehold 将结果中的1设置为true,0设置为false;如果Reverse为true则相反.
No description provided by the author
Int64MapPlacehold int64结果和对应物品映射结果的占位符.
Int64ValPlacehold int64型的结果占位符.
OneBoolMapPlacehold bool结果和对应物品映射结果但只取其中一个值的占位符.
OneInt64MapPlacehold int64结果和对应物品映射结果但只取其中一个值的占位符.
StringListValPlacehold []string型的结果占位符.