Cmdlets for Redis

Build 23.0.8839

AuthScheme Parameter (Connect-Redis Cmdlet)

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

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