Skip to content

v6.1.2

Choose a tag to compare

@stipsan stipsan released this 28 Jan 10:38
4907dab

6.1.2 (2022-01-28)

Bug Fixes

  • improve bgrewriteaof, bgsave, decrby, rpoplpush & time (#1126) (4907dab)

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