Closed mannol closed 7 years ago
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).
ERR min or max is not a float
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!
The following command:
produces an error
ERR min or max is not a float
on ARM while it works correctly on amd64 (etc).