[PR #795] [CLOSED] chore: Update redis to v9 in x/go.mod #2887

Closed
opened 2026-03-15 21:08:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/795
Author: @amaury1093
Created: 12/6/2023
Status: Closed

Base: sohail/go-updateHead: am/rate-redisv9


📝 Commits (2)

📊 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

  • Update redis v8 to v9 (to match root asynq)
  • Update x/go.mod's asynq version from 0.21 to 0.24

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynq/pull/795 **Author:** [@amaury1093](https://github.com/amaury1093) **Created:** 12/6/2023 **Status:** ❌ Closed **Base:** `sohail/go-update` ← **Head:** `am/rate-redisv9` --- ### 📝 Commits (2) - [`1122780`](https://github.com/hibiken/asynq/commit/11227804cbfc71a01af1c06782210ccfd560ed5d) chore: Update redis to v9 in x/go.mod - [`2931df3`](https://github.com/hibiken/asynq/commit/2931df37081ff64abcd8a647014925ad2b9461eb) fix tests ### 📊 Changes **4 files changed** (+71 additions, -118 deletions) <details> <summary>View changed files</summary> 📝 `x/go.mod` (+8 -3) 📝 `x/go.sum` (+50 -102) 📝 `x/rate/semaphore.go` (+1 -1) 📝 `x/rate/semaphore_test.go` (+12 -12) </details> ### 📄 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](https://github.com/hibiken/asynq/blob/6a7bf2ceff1e920b3e8542635b273c4dcca192ac/x/rate/semaphore.go#L17): Fixes #790 - Update redis v8 to v9 (to match root asynq) - Update x/go.mod's asynq version from 0.21 to 0.24 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 21:08:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#2887
No description provided.