StackExchange / StackExchange.Redis

General purpose redis client
https://stackexchange.github.io/StackExchange.Redis/
Other
5.87k stars 1.51k forks source link

LockReleaseAsync when I execute LockRelease,Timeout awaiting response occur #2521

Open sheng5521627 opened 1 year ago

sheng5521627 commented 1 year ago

Timeout awaiting response (outbound=4KiB, inbound=1KiB, 5298ms elapsed, timeout is 5000ms), command=EXEC, next: MULTI, inst: 0, qu: 11, qs: 13, aw: True, bw: WritingMessage, rs: ReadAsync, ws: Flushed, in: 143, in-pipe: 0, out-pipe: 0, serverEndpoint: r-wz9j0bpbd88djh8q9p.redis.rds.aliyuncs.com:6379, mc: 1/1/0, mgr: 10 of 10 available, clientName: lbg-fms-core-241-3-161(SE.Redis-v2.5.43.42402), IOCP: (Busy=0,Free=1000,Min=4,Max=1000), WORKER: (Busy=12,Free=32755,Min=4,Max=32767), POOL: (Threads=12,QueuedItems=163,CompletedItems=1257412838), v: 2.5.43.42402 (Please take a look at this article for some common client-side issues that can cause timeouts: https://stackexchange.github.io/StackExchange.Redis/Timeouts)

jinzaz commented 2 days ago

I'm having the same problem, have you found out what's causing it and have you solved it please?