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

fix: let mset/msetnx/setx/setbit/SDiffstore/SInterstore/SMove/SPop/SUnionstore command use new batch #320

Merged
merged 1 commit into from
May 20, 2024

Conversation

happy-v587
Copy link
Contributor

issue: #280

image

以下命令不需要修改 WriteBatch, 只需添加 go test

  • msetnx: 是通过 Get + MSet 实现,MSet 修改即可

TODO:

  • setxx: redis 并不直接提供 setxx 命令;go-redis 的 setxx 接口是通过封装 set xx 实现的,但目前 set 还不支持 xx

@github-actions github-actions bot added the ☢️ Bug Something isn't working label May 17, 2024
@panlei-coder
Copy link
Collaborator

帮忙支持setxx命令

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Help support setxx command

@panlei-coder
Copy link
Collaborator

@clearocean621 帮忙review

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


@clearocean621 help with review

@AlexStocks AlexStocks merged commit fccba98 into OpenAtomFoundation:unstable May 20, 2024
5 checks passed
happy-v587 added a commit to happy-v587/pikiwidb that referenced this pull request May 26, 2024
AlexStocks pushed a commit that referenced this pull request Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
☢️ Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants