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 bzmove,zmove,zmovemember commands #10430

Open
wants to merge 1 commit into
base: unstable
Choose a base branch
from

Conversation

vikeychen
Copy link

@vikeychen vikeychen commented Mar 15, 2022

zmove is like lmove,the format is ZMOVE <source> <destination> MIN|MAX, when specify min the moved element will be the minimum score element in the source.

bzmove is the blocking version of zmove.

zmovmember is like smove, the format is ZMOVEMEMBER <source> <destination> member.

see #9989

zmove is like lmove,the format is "ZMOVE <source> <destination> MIN|MAX", when specify min the moved element will be the minimum score element in the source.
bzmove is the blocking version of zmove.
zmovmember is like smove, the format is "ZMOVEMEMBER <source> <destination> member".
@oranagra oranagra added this to backlog in 7.2 <obsolete> via automation Mar 15, 2022
@oranagra
Copy link
Member

Thanks @vikeychen .
this is now too late to fit this into Redis 7.0, which is currently in focus to get released.
it'll have to wait a while before we can look into it for 7.2

@vikeychen
Copy link
Author

@oranagra got it, I will wait...

@VeaaC
Copy link

VeaaC commented Jan 17, 2023

Is this still in scope for 7.2?

@oranagra oranagra linked an issue Jan 18, 2023 that may be closed by this pull request
@jamesw6811
Copy link

I'm also excited for this.

@heaven
Copy link

heaven commented May 25, 2023

@oranagra any chance to have this merged?

@oranagra
Copy link
Member

sorry about the late response. 7.2 is mainly focused on optimizations, we'll consider this for 8.0

@CLAassistant
Copy link

CLAassistant commented Mar 24, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Status: Backlog
Development

Successfully merging this pull request may close these issues.

[NEW] Blocking SMOVE/ZMOVE
6 participants