Search code examples
azureredisazure-appserviceazure-redis-cache

Using Azure Redis Cache Instances across App Services


We are planning to use Azure Cache for Redis service to avoid multiple database operations and improve performance of our Web Apps. We have a few App Services - they are not big and typically run in just a couple of instances. We are wondering if we should create separate instance per App Service (the price can be an overkill for this) or can we share the Redis instance across the App Services.


Solution

  • Same REDIS Cache can be used across multiple web apps, but one important consideration to keep in mind is that REDIS is a single threaded service !