你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithRedisConfiguration 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许修改 Redis 配置的 Redis 缓存更新。
public interface IWithRedisConfiguration
type IWithRedisConfiguration = interface
Public Interface IWithRedisConfiguration
- 派生
方法
WithoutRedisConfiguration() |
清理在 Redis 缓存上设置的所有配置设置。 |
WithoutRedisConfiguration(String) |
删除指定的 Redis 缓存配置设置。 |
WithRedisConfiguration(IDictionary<String,String>) |
所有 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 等。 |
WithRedisConfiguration(String, String) |
指定 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 等。 |