2881099 / csredis

.NET Core or .NET Framework 4.0+ client for Redis and Redis Sentinel (2.8) and Cluster. Includes both synchronous and asynchronous clients.
MIT License
2.02k stars 414 forks source link

使用SPop或Lop出现 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败 #375

Open RoinBi opened 3 years ago

RoinBi commented 3 years ago

堆栈: image 链接字符串 "xxxx:6479,password=xxx,defaultDatabase=3,tryit=2,syncTimeout=5000,idleTimeout=20000,connectTimeout=10000" 版本 csredisCore3.6.5 .net core 3.1

2881099 commented 3 years ago

读取超时了,超过了 Socket.ReceiveTimeout 设置,大约是10秒