v6.3.1
版本发布时间: 2022-06-09 09:34:47
Snapchat/KeyDB最新发布版本:v6.3.4(2023-10-31 04:26:08)
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