IWithRedisConfiguration Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Redis Cache update allowing Redis configuration to be modified.
public interface IWithRedisConfiguration
type IWithRedisConfiguration = interface
Public Interface IWithRedisConfiguration
- Derived
Methods
WithoutRedisConfiguration() |
Cleans all the configuration settings being set on Redis Cache. |
WithoutRedisConfiguration(String) |
Removes specified Redis Cache configuration setting. |
WithRedisConfiguration(IDictionary<String,String>) |
All Redis Settings. Few possible keys: rdb-backup-enabled, rdb-storage-connection-string, rdb-backup-frequency, maxmemory-delta, maxmemory-policy, notify-keyspace-events, maxmemory-samples, slowlog-log-slower-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 etc. |
WithRedisConfiguration(String, String) |
Specifies Redis Setting. rdb-backup-enabled, rdb-storage-connection-string, rdb-backup-frequency, maxmemory-delta, maxmemory-policy, notify-keyspace-events, maxmemory-samples, slowlog-log-slower-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 etc. |
Applies to
Azure SDK for .NET