Closed moteus closed 7 years ago
Problem on Windows build where Redis convert math.huge to 1.#INF value and then fail accept this value as float value.
math.huge
1.#INF
Fixes #66.
Are these all the instances of math.huge replaced? If so and the tests pass, then LGTM
Problem on Windows build where Redis convert
math.huge
to1.#INF
value and then fail accept this value as float value.Fixes #66.