You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the INCRBYFLOAT command page, the interactive CLI widget is now throwing errors:
redis> SET mykey 10.50
(error) syntax error
redis> INCRBYFLOAT mykey 0.1
(error) ERR wrong number of arguments for command
redis> INCRBYFLOAT mykey -5
(error) ERR wrong number of arguments for command
redis> SET mykey 5.0e3
(error) syntax error
redis> INCRBYFLOAT mykey 2.0e2
(error) ERR wrong number of arguments for command
redis>
Quoting the numbers works, but this shouldn't be necessary (still works fine in redis-cli). Since these errors just started appearing, they may be because of the most recent changes.
Same issue on the HINCRBY page. There may be lots of others.
On the INCRBYFLOAT command page, the interactive CLI widget is now throwing errors:
Quoting the numbers works, but this shouldn't be necessary (still works fine in redis-cli). Since these errors just started appearing, they may be because of the most recent changes.
Same issue on the HINCRBY page. There may be lots of others.
Cc: @paoloredis
The text was updated successfully, but these errors were encountered: