Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
KeyDB v6.3.1.tar.gz | 2022-05-24 | 5.9 MB | |
KeyDB v6.3.1.zip | 2022-05-24 | 6.8 MB | |
README.md | 2022-05-24 | 902 Bytes | |
Totals: 3 Items | 12.6 MB | 0 |
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