6.1.2 (2022-01-28)
Bug Fixes
bgrewriteaof
- returns
'Background append only file rewriting started'
instead of'OK'
bgsave
- returns
'Background saving started'
instead of'OK'
decrby
- throws
"ERR wrong number of arguments for 'decrby' command"
if the decrement argument is missing
rpoplpush
- throws
'WRONGTYPE Operation against a key holding the wrong kind of value'
if the source argument is invalid - returns null if the destination is invalid
time
- returns strings instead of numbers