# Functions
NewRedisClient creates a new RedisClient with the given redis.Client.
# Structs
MockCacheStore mocks the CacheStorer interface for testing purposes.
RedisClient is a Redis implementation of CacheStore.
# Interfaces
Cacheable is an interface that all cacheable entities should implement.
CacheStore is the interface for cache storage.