# Functions

CreateRedisClient creates a Redis V9 client, it has explicit checks for config params because the go-redis package lets us create a client with incorrect params so errors are only found during subsequent command executions.

# Structs

Client is an implementation of the Redis client for Redis server.