IWithRedisConfiguration インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Redis の構成を変更できるようにする Redis Cache の更新。
public interface IWithRedisConfiguration
type IWithRedisConfiguration = interface
Public Interface IWithRedisConfiguration
- 派生
メソッド
WithoutRedisConfiguration() |
Redis Cache で設定されているすべての構成設定をクリーンアップします。 |
WithoutRedisConfiguration(String) |
指定した Redis Cache 構成設定を削除します。 |
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-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 など。 |
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-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 など。 |
適用対象
Azure SDK for .NET