# README
bitmap
Supporting bitmap
InMemory
: wraps bits-and-blooms/bloomRedis
: integrates go-redis/redis to manipulate bitmap in Redis.
# Functions
NewInMemory returns in-memory bitmap which is backed by github.com/bits-and-blooms/bitset.
NewRedis returns bitmap that is store into redis and manipulated via github.com/go-redis/redis.
RedisSetExpireTTL sets expiry TTL with d.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author