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: set command scard #120

Merged
merged 12 commits into from
Feb 3, 2024
Merged

Conversation

whr1118
Copy link
Contributor

@whr1118 whr1118 commented Jan 9, 2024

pikiwi
redis

@whr1118 whr1118 changed the title feat:set command scard feat: set command scard Jan 9, 2024
@github-actions github-actions bot added the ✏️ Feature New feature or request label Jan 9, 2024
hero-heng
hero-heng previously approved these changes Jan 13, 2024
@AlexStocks
Copy link
Contributor

Add go test case

Copy link
Collaborator

@578223592 578223592 left a comment

Choose a reason for hiding this comment

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

请补充go的测试

src/cmd_set.cc Outdated

void SCardCmd::DoCmd(PClient* client) {
PObject* value = nullptr;
PError err = PSTORE.GetValueByType(client->Key(), value, kPTypeSet);
Copy link
Collaborator

Choose a reason for hiding this comment

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

现在使用blackwidow了,参考一下已经合进去的set命令

@AlexStocks AlexStocks merged commit 08848e9 into OpenAtomFoundation:unstable Feb 3, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.1.0 ✏️ Feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants