# Functions
NewRedisStore creates a redis-backed cache directly from a redis pool object.
# Constants
NoExpiration is used to indicate that data should not expire from the cache.
# Structs
RedisConn represents a single connection to the redis pool.
RedisStore is used to create a redis-backed cache.