Skip to content

KeyDB v6.3.1

Compare
Choose a tag to compare
@benschermel benschermel released this 09 Jun 01:34

KeyDB v6.3.1 Release

This point release contains fixes to bugs related to expires, active-rep, and rdb saving.

The following Issues have been resolved in this release: #419, #422, #428
PRs associated with this release: #426, #429, #431, #433

Please see main commit notes below. For full details please reference PRs

  • Fix reference counting failure in the dict
  • Fix assertion in async rehash
  • Prevent crash on exit by avoiding destructors on exit
  • Prevent accidental rehash initiation when an async rehash is aborted
  • Respond to cancelled rehashes earlier to avoid wasted CPU
  • Add memory fence barriers to the replication backlog
  • Silence TSAN errors on ustime and mstime
  • Resolve incorrect locking during repl backlog resize
  • Make async commands "opt-in" as it can change the percieved ordering across clients
  • Fix reference counting failure in the dict