mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[PR #602] [CLOSED] Update redis/go-redis to v9 #793
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#793
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/602
Author: @l0nax
Created: 1/11/2023
Status: ❌ Closed
Base:
master← Head:update-redis-package📝 Commits (1)
abdfea8Update 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-rediscan 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.