mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 09:35:49 +03:00
[PR #303] [MERGED] Upgrade Redis client to v9 #670
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#670
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/asynqmon/pull/303
Author: @trungdlp-wolffun
Created: 5/4/2023
Status: ✅ Merged
Merged: 7/3/2023
Merged by: @hibiken
Base:
master← Head:chore/upgrade_redis_to_v9📝 Commits (1)
b870efaupgrade 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.