共用方式為


RedisCommonPropertiesRedisConfiguration.MaxmemoryReserved Property

Definition

Gets or sets value in megabytes reserved for non-cache usage per shard e.g. failover.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to