你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RedisResourceInner.RedisConfiguration 属性

定义

获取或设置所有 Redis 设置。 几个可能的密钥:rdb-backup-enabled、rdb-storage-connection-string、rdb-backup-frequency、maxmemory-delta、maxmemory-policy、notify-keyspace-events、maxmemory-samples、slowlog-log-slow-slow-than、slowlog-max-len ,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value 等。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.redisConfiguration")]
public System.Collections.Generic.IDictionary<string,string> RedisConfiguration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.redisConfiguration")>]
member this.RedisConfiguration : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property RedisConfiguration As IDictionary(Of String, String)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于