We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1)Bug
zadd 7 members
only 3 members can be read
2)Fix refer to kvrocks/pull/434
The text was updated successfully, but these errors were encountered:
目前分析是todis对于-inf和+inf的处理有问题,处理中
Sorry, something went wrong.
inf 没处理好,应该是 std::nextafter 这个函数处理不了 inf 的情况,可以看一下 blackwidow 内关于这个函数的调用
在调用 std::nextafter 的地方对 inf 特殊处理应该就 ok 了
目前分析是对于-inf和+inf有手动设置处理,但是处理有问题,暂不涉及std::nextafter
处理zrangbyscore时不涉及std::nextafter,在处理zrevrangebyscore时是std::nextafter无法处理max的情况
No branches or pull requests
1)Bug
zadd 7 members
![image](https://user-images.githubusercontent.com/52746580/152954398-62983fa0-2db5-4fc4-9a13-1ec656b7dcd1.png)
only 3 members can be read
![image](https://user-images.githubusercontent.com/52746580/152954974-9caa9573-236e-48cd-a8de-e19f79d23de8.png)
2)Fix
refer to kvrocks/pull/434
The text was updated successfully, but these errors were encountered: