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

feat: Add string command bitop #47

Merged
merged 21 commits into from
Dec 3, 2023

Conversation

callme-taota
Copy link
Contributor

String Command Bitop

From Issues 31

src/cmd_kv.h Outdated Show resolved Hide resolved
src/cmd_kv.h Outdated Show resolved Hide resolved
src/config.cc Outdated Show resolved Hide resolved
src/cmd_kv.cc Outdated Show resolved Hide resolved
src/cmd_kv.cc Outdated Show resolved Hide resolved
src/cmd_kv.cc Outdated
}
client->SetKey(client->argv_[1]);
return true;
}

static PString StringBitOp(const std::vector<const PString*>& keys, BitOp op) {
static PString StringBitOp(const std::vector<const PString*>& keys, BitOpCmd::BitOp op) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

后面别用 PString 这种了, 统一用 std::string 好了

src/cmd_kv.cc Outdated Show resolved Hide resolved
src/cmd_kv.cc Outdated Show resolved Hide resolved
src/cmd_kv.cc Outdated Show resolved Hide resolved
src/cmd_kv.h Outdated Show resolved Hide resolved
@baerwang baerwang changed the title feat : Add string command bitop feat: Add string command bitop Nov 23, 2023
AlexStocks
AlexStocks previously approved these changes Nov 25, 2023
lqxhub
lqxhub previously approved these changes Nov 26, 2023
src/cmd_kv.cc Outdated Show resolved Hide resolved
src/cmd_kv.cc Outdated Show resolved Hide resolved
@Centurybbx
Copy link
Collaborator

还有冲突需要解决一下 @callme-taota

@callme-taota callme-taota dismissed stale reviews from lqxhub and AlexStocks via 79f27c3 November 27, 2023 13:15
@github-actions github-actions bot added the ✏️ Feature New feature or request label Nov 27, 2023
Centurybbx
Centurybbx previously approved these changes Nov 28, 2023
@callme-taota
Copy link
Contributor Author

callme-taota commented Dec 2, 2023

@AlexStocks 冲突修复了

lqxhub
lqxhub previously approved these changes Dec 2, 2023
src/cmd_kv.cc Outdated Show resolved Hide resolved
@AlexStocks AlexStocks merged commit 171844d into OpenAtomFoundation:unstable Dec 3, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✏️ Feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants