RedisCache.UpdateStages.WithRedisConfiguration Schnittstelle
public static interface RedisCache.UpdateStages.WithRedisConfiguration
Ein Redis Cache-Update, mit dem die Redis-Konfiguration geändert werden kann.
Methodenzusammenfassung
Modifizierer und Typ | Methode und Beschreibung |
---|---|
abstract Update |
withRedisConfiguration(String key, String value)
Gibt die Redis-Einstellung an. |
abstract Update |
withRedisConfiguration(Map<String,String> redisConfiguration)
Alle Redis-Einstellungen. |
abstract Update |
withoutRedisConfiguration()
Bereinigt alle Konfigurationseinstellungen, die für Redis Cache festgelegt werden. |
abstract Update |
withoutRedisConfiguration(String key)
Entfernt die angegebene Redis Cache-Konfigurationseinstellung. |
Details zur Methode
withRedisConfiguration
public abstract RedisCache.Update withRedisConfiguration(String key, String value)
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.
Parameters:
Returns:
withRedisConfiguration
public abstract RedisCache.Update withRedisConfiguration(Map
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.
Parameters:
Returns:
withoutRedisConfiguration
public abstract RedisCache.Update withoutRedisConfiguration()
Bereinigt alle Konfigurationseinstellungen, die für Redis Cache festgelegt werden.
Returns:
withoutRedisConfiguration
public abstract RedisCache.Update withoutRedisConfiguration(String key)
Entfernt die angegebene Redis Cache-Konfigurationseinstellung.
Parameters:
Returns:
Gilt für:
Azure SDK for Java