kvrocks
kvrocks copied to clipboard
[OSPP 2024] Tracking issues: Enhance Kvrocks Transaction Syntax
Search before asking
- [X] I had searched in the issues and found no similar issues.
Motivation
This issue is about part of the Open Source Promotion Plan(OSPP): Enhance Kvrocks Transaction Syntax link: https://summer-ospp.ac.cn/org/prodetail/249430512?lang=en&list=pro
This project hopes to attempt to enhance kvrocks transactions in the following areas:
- Provide complete isolation semantics for single commands
- Optimize transactions for Multi/Exec and Lua commands
- Optimize blocking commands such as BLPOP
- (Optional) Add optimistic transaction mode
Since multiple issues may be involved, we can use this issues to track them uniformly:
In the process of updating, relevant issues and plans will be gradually added.
- [x] https://github.com/apache/kvrocks/issues/2310
- [ ] https://github.com/apache/kvrocks/issues/2162
- [ ] Optimize transactions for Multi/Exec commands
- [ ] Optimize blocking commands such as BLPOP
- [ ] (Optional) Add optimistic transaction mode
Anyone is welcome to provide suggestions
Solution
No response
Are you willing to submit a PR?
- [ ] I'm willing to submit a PR!