Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add CompareAndPutAll #559

Merged
merged 5 commits into from
Mar 31, 2021
Merged

add CompareAndPutAll #559

merged 5 commits into from
Mar 31, 2021

Conversation

fengjiachun
Copy link
Contributor

@fengjiachun fengjiachun commented Mar 18, 2021

Motivation:

RheaKV 增加一个方法: compareAndPutAll

批量的原子更新(限于单 region 内,跨 region 不保证),所有 key compare 成功时批量 put,只要有一个 key compare 不成功就全部失败

@fengjiachun
Copy link
Contributor Author

@killme2008 @SteNicholas 有空看下这个 PR

@killme2008 killme2008 merged commit 6569a15 into master Mar 31, 2021
@killme2008 killme2008 deleted the feat/batch_cas branch March 31, 2021 06:53
@fengjiachun fengjiachun mentioned this pull request Apr 7, 2021
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants