# Functions
ApplyOptions applies the given options to the given backend.
New create redis store instance with given options and config @param opts.
WithAddr sets the `Addr` field of the `redis.Options` struct.
WithDB sets the `DB` field of the `redis.Options` struct.
WithDialTimeout sets the `DialTimeout` field of the `redis.Options` struct.
WithMaxRetries sets the `MaxRetries` field of the `redis.Options` struct.
WithMinIdleConns sets the `MinIdleConns` field of the `redis.Options` struct.
WithPassword sets the `Password` field of the `redis.Options` struct.
WithPoolFIFO sets the `PoolFIFO` field of the `redis.Options` struct.
WithPoolSize sets the `PoolSize` field of the `redis.Options` struct.
WithPoolTimeout sets the `PoolTimeout` field of the `redis.Options` struct.
WithReadTimeout sets the `ReadTimeout` field of the `redis.Options` struct.
WithTLSConfig sets the `TLSConfig` field of the `redis.Options` struct.
WithUsername sets the `Username` field of the `redis.Options` struct.
WithWriteTimeout sets the `WriteTimeout` field of the `redis.Options` struct.
# Type aliases
Option is a function type that can be used to configure the `Redis`.