Share via


IWithCreate.WithRedisConfiguration Methode

Definition

Überlädt

WithRedisConfiguration(IDictionary<String,String>)

Alle Redis-Einstellungen. Wenige 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.

WithRedisConfiguration(IDictionary<String,String>)

Alle Redis-Einstellungen. Wenige 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.

public Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithCreate WithRedisConfiguration (System.Collections.Generic.IDictionary<string,string> redisConfiguration);
abstract member WithRedisConfiguration : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithCreate
Public Function WithRedisConfiguration (redisConfiguration As IDictionary(Of String, String)) As IWithCreate

Parameter

redisConfiguration
IDictionary<String,String>

Konfiguration von Redis Cache als zuordnungsindiziert nach Konfigurationsname.

Gibt zurück

Gilt für:

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.

public Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithCreate WithRedisConfiguration (string key, string value);
abstract member WithRedisConfiguration : string * string -> Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithCreate
Public Function WithRedisConfiguration (key As String, value As String) As IWithCreate

Parameter

key
String

Redis-Konfigurationsname.

value
String

Redis-Konfigurationswert.

Gibt zurück

Gilt für: