RedisCommonPropertiesRedisConfiguration.MaxmemoryPolicy Property

Definition

Gets or sets the eviction strategy used when your data won't fit within its memory limit.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to