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

Update README.md #2412

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

Update README.md #2412

wants to merge 1 commit into from

Conversation

slavino
Copy link

@slavino slavino commented Oct 26, 2023

hint on how to use rPopLPush in term of Redis defined reliable queue concept

hint on how to use rPopLPush in term of Redis defined reliable queue concept
@@ -2169,6 +2169,7 @@ $redis->rPop('key1'); /* key1 => [ 'A', 'B' ] */
### rPopLPush
-----
_**Description**_: Pops a value from the tail of a list, and pushes it to the front of another list. Also return this value. (redis >= 1.1)
Referenced as chapter [Reliable Queues](https://redis.com/glossary/redis-queue/#:~:text=Redis%2C%20with%20its%20support%20for,at%20a%20certain%20scheduled%20time.) in Redis docs.
Copy link
Member

Choose a reason for hiding this comment

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

If you simplify the link to the following I will merge:
https://redis.com/glossary/redis-queue/

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