"vscode:/vscode.git/clone" did not exist on "28ccb53008eed402999d85aa0ac66714b9f5bd03"
Fix ZUNIONSTORE/ZINTERSTORE to never store a NaN score.
When +inf and -inf are added, the result is NaN. We don't want NaN scores in a sorted set, so agreed on the result of this operation being zero. Backport of d9e28bcf to 2.0.0.
Please register or sign in to comment