# Functions

GetConfigFromEnvironment returns configuration derived from environment variables.
NewConfigWithDefaults returns a Config object with default values already applied.
NewStore returns a new Redis-based implementation of the Store interface.

# Structs

Config represents configuration options for the Redis-based implementation of the Store interface.