Authentication
このセクションでは、本プロバイダーの接続文字列で設定可能なAuthentication プロパティの全リストを提供します。
プロパティ | 説明 |
AuthScheme | provider がRedis との認証に使用する認証メカニズム。 |
Server | Redis インスタンスをホストしているサーバーのホスト名、またはIP アドレス。 |
Port | Redis データベースのポート。 |
LogicalDatabase | Redis Logical Database のインデックス。 |
User | The username provided for authentication with Redis ACL. |
Password | Redis との認証に使用するパスワード。 |
EnableCluster | This field sets whether the Redis Cluster Mode is enabled. |
UseSSL | このフィールドはSSL が有効化されているかどうかを設定します。 |
ReplicaSet | This property allows you to specify multiple servers in addition to the one configured in Server and Port . Specify both a server name and port; separate servers with a comma. |