Condividi tramite


Database.ClientProtocol Property

Definition

Gets or sets specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted. Possible values include: 'Encrypted', 'Plaintext'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.clientProtocol")]
public string ClientProtocol { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.clientProtocol")>]
member this.ClientProtocol : string with get, set
Public Property ClientProtocol As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to