Azure Redis

Upadhya, Srinath 1 Reputation point
2022-11-23T09:50:53.207+00:00

Timeout performing EXISTS (5000ms), next: EXISTS inst: 0, qu: 0, qs: 0, aw: False, bw: SpinningDown, rs: ReadAsync, ws: Idle, in: 0, serverEndpoint: swaclientsvc-redis-prod.redis.cache.windows.net:6380, mc: 1/1/0, mgr: 10 of 10 available, clientName: swa-client-svc-microservice-6db57885c8-sfzsw(SE.Redis-v2.6.66.47313), IOCP: (Busy=0,Free=1000,Min=1,Max=1000), WORKER: (Busy=2,Free=32765,Min=1,Max=32767), POOL: (Threads=5,QueuedItems=0,CompletedItems=1894355), v: 2.6.66.47313 (Please take a look at this article for some common client-side issues that can cause timeouts: https://stackexchange.github.io/StackExchange.Redis/Timeouts)

We are using Azure redis to store data. We are geeting the above error when trying to save or read data from redis database.

We are using Lazy<ConnectionMultiplexer> _connMux to connect to Redis.
and await Database.StringSetAsync(key, value, timeSpan).ConfigureAwait(false) API to store the data.;

Its very urgent to resolve this issue.

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
211 questions
{count} votes