mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[PR #795] [CLOSED] chore: Update redis to v9 in x/go.mod #867
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#867
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?
📋 Pull Request Information
Original PR: https://github.com/hibiken/asynq/pull/795
Author: @amaury1093
Created: 12/6/2023
Status: ❌ Closed
Base:
sohail/go-update← Head:am/rate-redisv9📝 Commits (2)
1122780chore: Update redis to v9 in x/go.mod2931df3fix tests📊 Changes
4 files changed (+71 additions, -118 deletions)
View changed files
📝
x/go.mod(+8 -3)📝
x/go.sum(+50 -102)📝
x/rate/semaphore.go(+1 -1)📝
x/rate/semaphore_test.go(+12 -12)📄 Description
When using asynq v0.24 with x/rate (master), I get an incompatibility issue due to redis go.mod version (v8 vs v9) at this type cast:
Fixes #790
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.