seppo0010/rlite

Undefined behaviour on ARM

mannol opened this issue · 3 comments

The following command:

ZRANGEBYSCORE key -inf +inf

produces an error ERR min or max is not a float on ARM while it works correctly on amd64 (etc).

That's gonna be hard to debug as I don't have a good ARM platform to debug... do you have any suggestions on how to look into it?

I think I got it. Can you try the latest master?

Fix confirmed! Thank you!