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 LRANGE usage in non-stream redis #105

Merged
merged 1 commit into from
Sep 6, 2024
Merged

Conversation

jaymell
Copy link
Contributor

@jaymell jaymell commented Sep 6, 2024

We LPUSH onto front of processing queue, so we should LRANGE the end of the queue when looking for messages to reenqueue.

We `LPUSH` onto front of processing queue, so we should
`LRANGE` the end of the queue when looking for messages
to reenqueue.
@jaymell jaymell marked this pull request as ready for review September 6, 2024 05:02
@jaymell jaymell requested a review from a team as a code owner September 6, 2024 05:02
@svix-james svix-james merged commit 551f087 into svix:main Sep 6, 2024
4 checks passed
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.

3 participants