存储在Azure Redis缓存中的数据是否可用于同一个api / web应用程序的多个实例?

问题描述:

您好, 

如果扩展应用程序,Azure Redis缓存中存储的数据是否可用于同一个api / Web应用程序的多个实例?   ;

In case of scaling out an application is the data stored in Azure Redis cache available for multiple instances of the same api/web app? 

问候,

Snehal

是的, Redis缓存将可用于Web应用程序的所有实例,Azure Redis缓存的会话状态有助于在Web应用程序的不同实例之间共享会话信息。
Yes, the Redis Cache will be available for the all the instances of the web application and the session state provide for Azure Redis Cache helps to share session information between different instances of a web application.