RedisEnterpriseClientProtocol Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted.
public enum RedisEnterpriseClientProtocol
type RedisEnterpriseClientProtocol =
Public Enum RedisEnterpriseClientProtocol
- Inheritance
-
RedisEnterpriseClientProtocol
Fields
| Name | Value | Description |
|---|---|---|
| Encrypted | 0 | Encrypted. |
| PlainText | 1 | Plaintext. |