# Functions
NewClient returns new client implementation.
NewPrefixedRedisClient returns a new Prefixed Redis Client.
# Constants
Nil represents the redis nil value.
# Structs
ClientImpl wrapps redis client.
PipelineImpl Wrapper.
PrefixedPipeline adds a prefix to all pipelined operations involving keys.
PrefixedRedisClient struct.
ResultImpl generic interface.
UniversalOptions type used for redis package TODO(mredolatti): In order to avoid breaking the API, the struct now contains all original fields of go-redis' UniversalOptions struct, with our custom ones.