[PR #602] [CLOSED] Update redis/go-redis to v9 #793

Closed
opened 2026-03-02 06:05:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/602
Author: @l0nax
Created: 1/11/2023
Status: Closed

Base: masterHead: update-redis-package


📝 Commits (1)

  • abdfea8 Update redis/go-redis to v9

📊 Changes

24 files changed (+87 additions, -180 deletions)

View changed files

📝 asynq.go (+1 -1)
📝 asynq_test.go (+1 -1)
📝 client.go (+1 -1)
📝 go.mod (+4 -5)
📝 go.sum (+27 -134)
📝 inspector.go (+1 -1)
📝 inspector_test.go (+1 -1)
📝 internal/base/base.go (+1 -1)
📝 internal/rdb/inspect.go (+1 -1)
📝 internal/rdb/inspect_test.go (+4 -6)
📝 internal/rdb/rdb.go (+7 -7)
📝 internal/rdb/rdb_test.go (+1 -4)
📝 internal/testbroker/testbroker.go (+1 -1)
📝 internal/testutil/testutil.go (+1 -1)
📝 scheduler.go (+1 -1)
📝 server.go (+1 -1)
📝 subscriber.go (+1 -1)
📝 tools/asynq/cmd/root.go (+1 -1)
📝 tools/go.mod (+3 -2)
📝 tools/go.sum (+8 -3)

...and 4 more files

📄 Description

Version 9.0.1 implements the support for Redis v7.

Changelog of redis/go-redis can be found here: https://github.com/redis/go-redis/blob/master/CHANGELOG.md


🔄 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/602 **Author:** [@l0nax](https://github.com/l0nax) **Created:** 1/11/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `update-redis-package` --- ### 📝 Commits (1) - [`abdfea8`](https://github.com/hibiken/asynq/commit/abdfea8eddc4ccf0f4a3810927f0d9f7a7efd7f2) Update redis/go-redis to v9 ### 📊 Changes **24 files changed** (+87 additions, -180 deletions) <details> <summary>View changed files</summary> 📝 `asynq.go` (+1 -1) 📝 `asynq_test.go` (+1 -1) 📝 `client.go` (+1 -1) 📝 `go.mod` (+4 -5) 📝 `go.sum` (+27 -134) 📝 `inspector.go` (+1 -1) 📝 `inspector_test.go` (+1 -1) 📝 `internal/base/base.go` (+1 -1) 📝 `internal/rdb/inspect.go` (+1 -1) 📝 `internal/rdb/inspect_test.go` (+4 -6) 📝 `internal/rdb/rdb.go` (+7 -7) 📝 `internal/rdb/rdb_test.go` (+1 -4) 📝 `internal/testbroker/testbroker.go` (+1 -1) 📝 `internal/testutil/testutil.go` (+1 -1) 📝 `scheduler.go` (+1 -1) 📝 `server.go` (+1 -1) 📝 `subscriber.go` (+1 -1) 📝 `tools/asynq/cmd/root.go` (+1 -1) 📝 `tools/go.mod` (+3 -2) 📝 `tools/go.sum` (+8 -3) _...and 4 more files_ </details> ### 📄 Description Version 9.0.1 implements the support for Redis v7. Changelog of `redis/go-redis` can be found here: https://github.com/redis/go-redis/blob/master/CHANGELOG.md --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 06:05:38 +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#793
No description provided.