mirror of
https://github.com/redis/redis.git
synced 2026-04-22 19:37:30 -04:00
Any value in the range of [0-1) turns to 0 when being cast from double to long long. This change rounds up instead of down for values that can't be stored precisely as long doubles.