# Functions

NewRedis creates a new RedisClient.

# Variables

ErrNotFound is returned when the key was not found in the cache.

# Structs

RedisClient wraps the REDIS client to provide an implementation of the Cache interface.

# Interfaces

Cache defines basic cache operartions including methods for setting and getting JSON objects.