You are deploying a new Azure Cache for Redis instance to store session data. To ensure that the cache has sufficient memory allocated for replication and synchronization overhead between primary and replica nodes, you must configure a dedicated memory reserve. Which configuration setting should you adjust?
- maxmemory-reservedCevap
- Bmaxmemory-policy
- Cmaxmemory-samples
- Dnoeviction
Cevap
maxmemory-reserved
The setting maxmemory-reserved determines the amount of memory (in MB) that is set aside for non-cache operations such as replication and failover overhead. Setting this appropriately prevents the cache from running out of memory during synchronization tasks.
Adım Adım Çözüm
Anahtar Kavram
Configuring maxmemory-reserved in Azure Cache for Redis to allocate space for replication and non-cache operations.