【发布时间】:2018-10-03 18:06:02
【问题描述】:
尝试从缓存中删除时出现以下错误:
Timeout performing DEL test.com, inst: 0, mgr: ExecuteSelect, err: never, queue: 0, qu: 0, qs: 0, qc: 0, wr: 0, wq: 0, in: 0, ar: 0, clientName: ORLWS052, serverEndpoint: Unspecified/pub-redis-16778.us-west-2-1.1.ec2.garantiadata.com:16778, keyHashSlot: 6928, IOCP: (Busy=3,Free=997,Min=4,Max=1000), WORKER: (Busy=4,Free=4091,Min=4,Max=4095), Local-CPU: 100% (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)
更新时我也遇到类似的超时。
我不知道如何阅读这篇文章,所以如果有人知道这会有所帮助。
我尝试更新或删除的密钥大小为 5515 字节。
我也跑了slowlog get命令,没有(长度为0)
我也尝试增加超时时间,但也没有用
【问题讨论】:
标签: c# redis stackexchange.redis