I'm getting this error from time to time performing operations with StackExchange.Redis 1.2.0.0
on Azure Redis from ASP.NET app running on Azure App Service:
Timeout performing EXISTS bookmark:afad5065-29b1-48c7-8bbc-38ddcc9ab4e4type:1, inst: 1, mgr: Inactive, err: never, queue: 3, qu: 0, qs: 3, qc: 0, wr: 0, wq: 0, in: 0, ar: 0, clientName: mywebapp, serverEndpoint: Unspecified/myapp.redis.cache.windows.net:6380, keyHashSlot: 8377, IOCP: (Busy=1,Free=999,Min=200,Max=1000), WORKER: (Busy=1,Free=32766,Min=200,Max=32767), Local-CPU: unavailable (Please take a look at this article for some common client-side issues that can cause timeouts: https://github.com/StackExchange/StackExchange.Redis/tree/master/Docs/Timeouts.md) System.TimeoutException
Connecting with the following configuration: allowAdmin=true,ssl=true,abortConnect=false,connectTimeout=5000,syncTimeout=2000
.
Neither client machine nor Redis service does not experience high load in that time. Have read about timeouts already but still have no idea what is causing them in my case. Would appreciate any help.