mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[GH-ISSUE #570] [FEATURE REQUEST] Update Redis GO library to support Redis 7 #271
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#271
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 @abit2 on GitHub (Nov 4, 2022).
Original GitHub issue: https://github.com/hibiken/asynq/issues/570
Originally assigned to: @hibiken on GitHub.
Is your feature request related to a problem? Please describe.
Steps to reproduce
Describe the solution you'd like
Seems to be related to the redis/v8 library results in error link
Upgrading to redis/v9 might solve this?
Additional context
Following the steps above to figure out how to use asynq
@kamikazechaser commented on GitHub (Nov 14, 2022):
go-redis/v9 is not backward compatible afaik. This would be a breaking change.
@kamikazechaser commented on GitHub (Jan 31, 2023):
https://github.com/redis/go-redis/discussions/2241
^ Relevant discussion.
Might need some testing with redis v6 and v7 with go-redis v9. If it passes, we could use go-redis v9.
@kamikazechaser commented on GitHub (Mar 6, 2023):
Related to #602