ggyuchive opened a new pull request, #3322: URL: https://github.com/apache/kvrocks/pull/3322
When run `MSETEX` command with `NX|XX` and `KEEPTTL`, it access 2*N times for read. - Reduce read access from 2*N to N. - Change `Exists` ret type from `int` to `uint32_t`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
