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

support for lpop/rpop from multiple lists #79

Closed
plockaby opened this issue Feb 25, 2014 · 2 comments
Closed

support for lpop/rpop from multiple lists #79

plockaby opened this issue Feb 25, 2014 · 2 comments

Comments

@plockaby
Copy link

Since I know blpop is there even if it is documented, I can't tell if the support is already there for this feature, but I haven't been able to eke out if it is. But something like this would be handy:

$r->blpop(["list1", "list2"]);

Thanks!

@vsespb
Copy link
Contributor

vsespb commented Aug 10, 2014

It's working

$redis->blpop("list1", "list2", 1);

at least in 1.975

Thus I propose closing this issue.

@ikruglov
Copy link

Yes, there is support of multiple keys in single BLPOP command. Thank you.

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

No branches or pull requests

3 participants