StackExchange.Redis
StackExchange.Redis copied to clipboard
Timeout awaiting response
Sometimes I get this error when calling the following method from redis. I am using .Net Core 5 version. What can I do to solve it? I would like your help.
Timeout awaiting response (outbound=0KiB, inbound=277KiB, 5718ms elapsed, timeout is 5000ms), command=GET, next: GET 19032024:GetAllColumnsAsync:43A9595E, inst: 0, qu: 0, qs: 2, aw: False, bw: SpinningDown, rs: ReadAsync, ws: Idle, in: 0, in-pipe: 0, out-pipe: 0, last-in: 6, cur-in: 284577, sync-ops: 0, async-ops: 73, serverEndpoint: mons01:6379, conn-sec: 244,29, aoc: 0, mc: 1/1/0, mgr: 10 of 10 available, clientName: N306958(SE.Redis-v2.7.33.41805), IOCP: (Busy=0,Free=1000,Min=8,Max=1000), WORKER: (Busy=1,Free=32766,Min=8,Max=32767), POOL: (Threads=10,QueuedItems=0,CompletedItems=4177,Timers=12), v: 2.7.33.41805 (Please take a look at this article for some common client-side issues that can cause timeouts: https://stackexchange.github.io/StackExchange.Redis/Timeouts)