Top "Azure-caching" questions

Azure Caching suite of offerings providing distributed, in-memory caching solution for Microsoft Azure applications.

Laravel + predis + Redis cluster - MOVED / no connection to 127.0.0.1:6379

I have a laravel (5.3) app with redis used for sessions (using predis). Everything works as long as I use a …

laravel redis azure-caching
Azure Redis Cache StackExchange.Redis.RedisConnectionException: No connection is available to service this operation: EVAL

Asp.net mvc 5 application web config file is sessionState mode="Custom" customProvider="RedisSessionProvider"> providers> add name="RedisSessionProvider" type="…

azure caching redis azure-caching azure-redis-cache
Connecting to Azure Redis Cache

I am trying to connect to the Preview Azure Redis Cache with the following code. var options = new ConfigurationOptions(); options.…

azure azure-caching
The type initializer for 'Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment' threw an exception

I am trying to use Windows Azure Caching to store sessions in a MVC4 application. I build a application following …

c# .net azure-worker-roles azure-caching
How to connect to Azure Redis Cache

I am trying to connect to an instance of the Azure Redis Cache (Preview) from a Visual Studio Web Project. …

asp.net redis azure-caching