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.
Asked
Active
Viewed 324 times
0
-
`can we share the Redis instance across the App Services.` - that's the whole point of using Azure Cache for Redis. – Gaurav Mantri Jul 11 '22 at 15:40
1 Answers
0
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 !

Jatin Madan
- 16
- 1