mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[GH-ISSUE #1076] [BUG] archiveCmd use BYSCORE which is not supported by redis 4 #2536
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#2536
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @edocevol on GitHub (Sep 29, 2025).
Original GitHub issue: https://github.com/hibiken/asynq/issues/1076
Originally assigned to: @hibiken, @kamikazechaser on GitHub.
we should using
@edocevol commented on GitHub (Sep 29, 2025):
See too: https://github.com/hibiken/asynq/pull/1005
@thomas4019 commented on GitHub (Oct 5, 2025):
@edocevol out of curiosity why are you using redis 4? It looks like that version hasn't had an update since 2019 and is end of life. It does seem like the docs should here should be updated to state a higher redis version is needed though.
@edocevol commented on GitHub (Oct 11, 2025):
Our products have been uniformly using Redis 4 since 2017. As a continuation of the technology, I am currently unable to push the team to introduce a new version of Redis (at least it needs to be upgraded to version 6) in order to use the cmd mentioned in the issue.
Additionally, noticed that all other func of using "BYSCORE" have been rewrite correctly, leaving only this one.
If we have upgraded to the latest version, combine the stream functionality (for persistence) to better achieve the capabilities of a message queue?
@kamikazechaser commented on GitHub (Nov 4, 2025):
For redis 7.0 and below: I'd suggest forking building with your own patched version (replace directive).