You create a solution for a corporation in the entertainment industry. The firm has created an app that makes use of an Azure SQL database.
Caching should be used to improve the performance of all database queries by caching frequently requested data while reducing costs. The cache must be highly available and failover-proof. <br>
What should you come up with?
-
A
Using a Standard Tier configuration for Azure Redis Cache Database
-
B
Using a Premium Tier configuration for Azure Redis Cache Database. Redis Clusters can be used to back up data
-
C
Using a Premium Tier configuration for Azure Redis Cache Database. To shard data over numerous nodes, use Redis Clusters.
-
D
Using a Basic Tier setup for Azure Redis Cache Database