# Functions
New create a BloomFilter, store is the backed redis, key is the key for the bloom filter, bits is how many bits will be used, maps is how many hashes for each addition.
# Variables
No description provided by the author
# Structs
No description provided by the author
# Interfaces
No description provided by the author