FreeRedis icon indicating copy to clipboard operation
FreeRedis copied to clipboard

ObjectPool.Get 获取超时(10秒)应该从哪个方向去找问题?

Open lonelyxmas opened this issue 3 years ago • 3 comments

83226 ObjectPool.Get 获取超时(10秒)。 2023-03-07 16:29:57.443 ExceptionFilter at FreeRedis.Internal.ObjectPool.ObjectPool1.Get(Nullable1 timeout) at FreeRedis.RedisClient.PoolingAdapter.GetRedisSocket(CommandPacket cmd) at FreeRedis.RedisClient.GetDatabase(Nullable`1 index)

lonelyxmas avatar Mar 07 '23 08:03 lonelyxmas

max pool size 设置过小。

或者使用了 PipeIine 或者 Multi 没有加 using。

2881099 avatar Mar 07 '23 11:03 2881099

max pool size 求助,之前使用csredis, poolsize=50 一直很正常稳定. 替换成了freeredis 一直 报错:ObjectPool.Get 获取超时

lonelyxmas avatar Mar 08 '23 01:03 lonelyxmas

按说的检查一下,FreeRedis 出来也有两年多了呢

2881099 avatar Mar 08 '23 04:03 2881099