StackExchange.Redis連接redis伺服器,已經使用了單例懶加載,連接串為xxx.xxx.xxx.xxx:6379,abortConnect=false,
由於是多個伺服器負載,都使用這一個dll方法連接redis,redis連線數在60-100左右,redis的ops在3000以內,大分部時間,都可以正常請求,但就是不知道什麼時候,會報出一個timeout,也不一定是負載高的時候,有時候負責不高也會報,
StackExchange.Redis的版本是最新的1.1.608
web.config
IOCP和WORKER下面的報錯中,也沒有到一個很高的值
Exception type: TimeoutException
Exception message: Timeout performing HGETALL x:object:13493663,
inst: 37, mgr: ProcessReadQueue, err: never, queue: 0, qu: 0, qs: 0, qc: 0, wr: 0, wq: 0, in: 0, ar: 1,
clientName: FKMLOAO5NQI,
IOCP: (Busy=0,Free=1000,Min=24,Max=1000),
WORKER: (Busy=20,Free=32747,Min=24,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)