次の方法で共有


IWithRedisConfiguration インターフェイス

定義

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 など。

適用対象