Closed magnetik closed 5 years ago
zscore and zrange (with scores) in redis returns scores as string.
It can be surprising that the test pass when the score is handled as an integer in testing, and as string in production (in the context of strict typing)
Thanks all 👍
zscore and zrange (with scores) in redis returns scores as string.
It can be surprising that the test pass when the score is handled as an integer in testing, and as string in production (in the context of strict typing)