KeyDB
KeyDB copied to clipboard
a new dedicated workqueue only for async write commit, and block clients while committing changes
Based on Ankita's initial async commit code, this PR contains a few new enhancements are introduced in this MR. Please review to see if the implementation makes sense
- a new dedicated writeworkqueue only for async write commit
- block clients while committing writes in background thread
@JohnSully Hi John, this PR is like a continuation of async commit which includes a specific workqueue for async commit and client blocks. @paulmchen