# Functions

NewStorage returns a new instance of storage with the given configuration.

# Variables

ErrNotFound is the error returned when the given key is not found.

# Structs

Config contains configuration for the Redis, in the standard proposed by Gizmo.
Storage is the basic type that provides methods for saving, listing and deleting types on Redis.