# Functions

No description provided by the author
No description provided by the author
No description provided by the author
NewBloomFilter creates and returns a new bloom filter using Redis as a backend.
NewKeyCache creates a new cache.
NewRedisStorage creates a Redis backend storage to be used with the bloom filter.

# Constants

BucketNumber is the number of cache buckets.
Redis type.

# Structs

BloomFilter holds all the storage filters.
RedisStorage is a struct representing the Redis backend for the bloom filter.

# Type aliases

StorageType is storage types.
UnavailableBloomType bloom error.