-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Feature/txn (#1585) * fix: fix select cmd return inconsistent with redis Signed-off-by: Hao Lee <[email protected]> * refactor:modified lock style while involve db level Signed-off-by: Hao Lee <[email protected]> * feature:txn basic Signed-off-by: Hao Lee <[email protected]> * fix:merge upstream Signed-off-by: Hao Lee <[email protected]> * feature:txn udpate Signed-off-by: Hao Lee <[email protected]> * feature:add txn for pika(#1446) todo:test txn. Just to verify the feasibility of the program. Signed-off-by: Hao Lee <[email protected]> * update unwatch cmd Add comments Signed-off-by: Hao Lee <[email protected]> * clear watched key when connection closed Signed-off-by: Hao Lee <[email protected]> * merge upstream code Signed-off-by: Hao Lee <[email protected]> * update Signed-off-by: Hao Lee <[email protected]> * feature: add txn for pika completely Signed-off-by: Hao Lee <[email protected]> * add set txn failed for modified watch key Signed-off-by: Hao Lee <[email protected]> * update:reduce the particle size of the lock in txn Signed-off-by: Hao Lee <[email protected]> * chore:remove redundant comment Signed-off-by: Hao Lee <[email protected]> * test:add go ci test for txn Signed-off-by: Hao Lee <[email protected]> * fix compile error for linux Signed-off-by: Hao Lee <[email protected]> * update txn go ci test Signed-off-by: Hao Lee <[email protected]> * update txn for block list pop command Signed-off-by: Hao Lee <[email protected]> * Improve blpop-related in Redis transactions Signed-off-by: Hao Lee <[email protected]> * blpop_txn_fix * add some test for go test txn Signed-off-by: Hao Lee <[email protected]> * update txn integration test Signed-off-by: Hao Lee <[email protected]> * txn change class to struct Signed-off-by: Hao Lee <[email protected]> * txn:use weak ptr instead of shared ptr in Cmd Signed-off-by: Hao Lee <[email protected]> --------- Signed-off-by: Hao Lee <[email protected]> Co-authored-by: cheniujh <[email protected]> * FNT * fix:txn compile error in ubuntu (#2128) Signed-off-by: LeeHao <[email protected]> * using func instead of class private member (#2130) * using func instead of class private member --------- Signed-off-by: Hao Lee <[email protected]> Signed-off-by: LeeHao <[email protected]> Co-authored-by: LeeHao <[email protected]> Co-authored-by: cheniujh <[email protected]> Co-authored-by: Xin.Zh <[email protected]>
- Loading branch information
1 parent
4c140cb
commit f1965de
Showing
7 changed files
with
23 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters