[PR #303] [MERGED] Upgrade Redis client to v9 #1019

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/303
Author: @trungdlp-wolffun
Created: 5/4/2023
Status: Merged
Merged: 7/3/2023
Merged by: @hibiken

Base: masterHead: chore/upgrade_redis_to_v9


📝 Commits (1)

  • b870efa upgrade Redis client to v9

📊 Changes

6 files changed (+61 additions, -44 deletions)

View changed files

📝 Dockerfile (+1 -1)
📝 cmd/asynqmon/main.go (+1 -1)
📝 go.mod (+9 -8)
📝 go.sum (+47 -29)
📝 handler.go (+2 -3)
📝 redis_info_handlers.go (+1 -2)

📄 Description

Version 9.0.4 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

https://github.com/hibiken/asynq/pull/627

Fixed issue: https://github.com/hibiken/asynqmon/issues/302


🔄 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/asynqmon/pull/303 **Author:** [@trungdlp-wolffun](https://github.com/trungdlp-wolffun) **Created:** 5/4/2023 **Status:** ✅ Merged **Merged:** 7/3/2023 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `chore/upgrade_redis_to_v9` --- ### 📝 Commits (1) - [`b870efa`](https://github.com/hibiken/asynqmon/commit/b870efa9542d8f3ed5c119feace609aa0c3734a3) upgrade Redis client to v9 ### 📊 Changes **6 files changed** (+61 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+1 -1) 📝 `cmd/asynqmon/main.go` (+1 -1) 📝 `go.mod` (+9 -8) 📝 `go.sum` (+47 -29) 📝 `handler.go` (+2 -3) 📝 `redis_info_handlers.go` (+1 -2) </details> ### 📄 Description Version 9.0.4 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 https://github.com/hibiken/asynq/pull/627 Fixed issue: https://github.com/hibiken/asynqmon/issues/302 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 21:47:46 +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/asynqmon#1019
No description provided.