NewLifeX / NewLife.Redis

High performance redis client, support NETCore/. NET4. 0/. NET4. 5. It is specially optimized for big data and message queue. The average daily consumption of online single application is 10 billion. 高性能Redis客户端,支持.NETCore/.NET4.0/.NET4.5,为大数据与消息队列而特别优化,线上单应用日均100亿调用量

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

队列阻塞读取的时候有个bug希望修复一下,队列获取不到数据的时候会报错,类型转换会报错

chuzhuming opened this issue · comments

commented

查了代码,这个TryChange当value为null的时候,所有if都不匹配,最后会return false

redis bug
redis bug1

看代码,是这里面的elmType为null,不是value

redis bug2

调用代码