Azure Managed Redis (preview) planning FAQs

This article provides answers to common questions about how to plan for Azure Managed Redis deployments.

How can I measure Azure Managed Redis (preview) performance?

For guidance on how to benchmark the performance of your Azure Managed Redis (preview) instance and for sample benchmarking numbers, please see the Performance testing page.

In what region should I locate my cache?

For best performance and lowest latency, locate your Azure Managed Redis in the same region as your cache client application. You can use active geo replication to distribute data to multiple regions for optimized latency.

Where does my cached data reside?

In Azure Managed Redis (preview), your application data is stored in the RAM of the VM or VMs (depending on the tier and size configuration) that host your Redis instance. Your data resides strictly in the Azure region you've selected by default. If you set up active geo-replication, however, your data is replicated to each Redis instance in the geo-replication group. If Redis instances in the geo-replication group reside in other regions (as is typical), then your data is replicated to that region. You need to explicitly configure Azure Managed Redis to use this feature and have complete control over the region(s) chosen.

Note

The Flash Optimized tier also stores data on an ephemeral NVMe flash disk. This disk is mounted to the cache instance VM and therefore resides in the same region as the instance.

How am I billed for Azure Managed Redis?

Azure Managed Redis pricing is here. The pricing page lists pricing as an hourly and monthly rate. Caches are billed on a per-minute basis. The period is measured from time a cache is created until the time that a cache is deleted. There's no option for stopping or pausing the billing of a cache.

Can I use Azure Managed Redis with Azure Government Cloud or Azure operated by 21Vianet Cloud?

Azure Managed Redis is only available in the Public Azure cloud during preview.

Next steps

Learn about other Azure Managed Redis FAQs.