Share via


IWithRedisConfiguration Schnittstelle

Definition

Ein Redis Cache-Update, mit dem die Redis-Konfiguration geändert werden kann.

public interface IWithRedisConfiguration
type IWithRedisConfiguration = interface
Public Interface IWithRedisConfiguration
Abgeleitet

Methoden

WithoutRedisConfiguration()

Bereinigt alle Konfigurationseinstellungen, die für Redis Cache festgelegt werden.

WithoutRedisConfiguration(String)

Entfernt die angegebene Redis Cache-Konfigurationseinstellung.

WithRedisConfiguration(IDictionary<String,String>)

Alle Redis-Einstellungen. Einige mögliche Schlüssel: rdb-backup-enabled, rdb-storage-connection-string, rdb-backup-frequency, maxmemory-delta, maxmemory-policy, notify-keyspace-events, maxmemory-samples, slowlog-log-langsamer-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 usw.

WithRedisConfiguration(String, String)

Gibt die Redis-Einstellung an. rdb-backup-enabled, rdb-storage-connection-string, rdb-backup-frequency, maxmemory-delta, maxmemory-policy, notify-keyspace-events, maxmemory-samples, slowlog-log-langsamer-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 usw.

Gilt für: