seomoz / qless-core

Core Lua Scripts for qless
MIT License
85 stars 34 forks source link

Use `inf` value instead of `math.huge` (Fix #66) #67

Closed moteus closed 7 years ago

moteus commented 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.

Fixes #66.

dlecocq commented 7 years ago

Are these all the instances of math.huge replaced? If so and the tests pass, then LGTM