AuthScheme
The authentication mechanism that the provider will use to authenticate with Redis.
Possible Values
Password, NoneData Type
string
Default Value
"Password"
Remarks
Accepted values are None and Password. By default, the adapter attempts to connect using the AUTH Redis command, using Password. If the Redis instance is not password protected (using the requirepass directive in the configuration file), set AuthScheme to "None".