Azure Redis Cache is based on the popular open-source Redis cache. It gives you access to a secure, dedicated Redis cache, managed by Microsoft and accessible from any application within Azure.
Questions tagged [azure-redis-cache]
347 questions
-1
votes
1 answer
Migrate to RedisSessionState Provider
I am trying to migrate my session state provider on Windows Azure from In Proc to Redis. I am using the cloud service. I have about 100 classes and none of them are marked as serializable. Is there a way that I can mark all classes as…

Joseph Anderson
- 4,114
- 4
- 45
- 99
-2
votes
1 answer
Azure Redis Cache - Need help on choosing MaxMemory-Reserved & MaxMemory-Policy
1) What is the ideal value to set for MaxMemory-Reserved configuration for different Redis tiers? Do we have any recommendation/guidance which we can refer to?
2) Which one from the following is better approach :
->Implement TTL for all the…

Pratik Mehta
- 1,310
- 4
- 15
- 37