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

Adds lpoprpush, rpoprpush and lpoplpush commands #2664

Closed
wants to merge 1 commit into from

Conversation

felipou
Copy link
Contributor

@felipou felipou commented Jul 7, 2015

These new commands are symmetrical to the rpoplpush command, and they've been implemented using a generic method with the existing pattern of a flag being REDIS_HEAD or REDIS_TAIL to indicate the start or end of a list. But I still need help resolving the blocking methods (blpoprpush an so on) and creating tests, because I'm don't know anything about tcl.

I implemented the blocking commands, but I still need to adapt the serveClientBlockedOnList function so that it knows the difference between all methods (it currently supports only the rpoplpush command).

These new commands are symmetrical to the rpoplpush command, and
they've been implemented using a generic method with the existing
pattern of a flag begin REDIS_HEAD or REDIS_TAIL to indicate the
start or end of a list.
@skanagavelu
Copy link

Hi, When will this will be available ?

@felipou
Copy link
Contributor Author

felipou commented Feb 24, 2020

I guess it's better later than never. I finally finished this, and have created a new pull request, so I'll closing this one.
New PR: #6929

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

Successfully merging this pull request may close these issues.

None yet

2 participants