# Functions
NewRedisCache provides a new in-memory cache client.
NewRedisCache provides a new redis cache client.
# Structs
MemoryCache is used to store/fetch ip proximity from an in-memory cache.
MemoryOptions holds in-memory cache configuration parameters.
RedisCache is used to store/fetch ip proximity from redis.
RedisOptions holds redis configuration parameters.
# Interfaces
Cache is an interface for caching ip addresses.