TDV Adapter for Redis

Build 22.0.8462

AuthScheme

The authentication mechanism that the provider will use to authenticate with Redis.

Possible Values

ACL, Password, None

Data Type

string

Default Value

"Password"

Remarks

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 adapter attempts to connect using the AUTH Redis command, using Password.
  • ACL: The adapter authenticates using ACL credentials.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462