csredis icon indicating copy to clipboard operation
csredis copied to clipboard

Unexpected response type: MultiBulk (expecting Bulk)

Open lei13720831568 opened this issue 4 years ago • 1 comments

版本 v3.6.5,连接串:127.0.0.1,password=,defaultDatabase=1,prefix=biz:,poolsize=20,preheat=10 使用BRPopLPush时日志出现如下,数据能正常Pop出来,不知是否存在某些隐患?

| csreids 错误【redis:6379/5】:Unexpected response type: MultiBulk (expecting Bulk) at CSRedis.CSRedisClient.GetAndExecute[T](RedisClientPool pool, Func2 handler, Int32 jump, Int32 errtimes) | at CSRedis.CSRedisClient.NodesNotSupport[T](String[] keys, T defaultValue, Func3 callback) | at CSRedis.CSRedisClient.BRPopLPush[T](String source, String destination, Int32 timeout) | at RedisHelper`1.BRPopLPush[T](String source, String destination, Int32 timeout)

lei13720831568 avatar Dec 12 '20 03:12 lei13720831568

连接串增加 tryit=3 试试

重新开发了全新的组件 FreeRedis

欢迎关注 https://github.com/2881099/FreeRedis

2881099 avatar Dec 12 '20 08:12 2881099