Cmdlets for Redis

Build 24.0.9064

AuthScheme Parameter (Connect-Redis Cmdlet)

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

Syntax

Connect-Redis -AuthScheme string

Possible Values

Password, ACL, None

Data Type

cstr

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

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9064