AuthScheme
provider がRedis との認証に使用する認証メカニズム。
Possible Values
Password, ACL, Noneデータ型
string
デフォルト値
"Password"
解説
Choose one of the following:
- None: Indicates that the Redis instance is not password protected (using the requirepass directive in the configuration file).
- Password: The connector attempts to connect using the AUTH Redis command, using Password.
- ACL: The connector authenticates using ACL credentials.