We are interested in using a distributed cache (Redis) for our Xperience 13 MVC site. The site will be hosted in a web farm on Azure (geo-replicated) so in-memory caching is not an optimal solution...
We have a web application which uses Microsoft.Web.Redis.RedisSessionStateProvider as the session state provider. We've had no problems with this until recently when suddenly the application is rep...