mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[PR #627] [MERGED] (core mod) pkg: bump go-redis -> v9 #802
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#802
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/627
Author: @kamikazechaser
Created: 3/14/2023
Status: ✅ Merged
Merged: 4/18/2023
Merged by: @hibiken
Base:
master← Head:sohail/bump-redis-pkg📝 Commits (8)
abdfea8Update redis/go-redis to v953e4ec5pkg: remove v8 refs4db3079fix unit test5b4f147tests: restore ignore goleak.IgnoreTopFunction8682692completely update Redis packagebccd25bpkg (tools): revert replace directive in go.mod74ed7cafix: breaking build below go < 1.1856cd6a1(tools & x): revert to v8 versioncc777eb📊 Changes
20 files changed (+117 additions, -235 deletions)
View changed files
📝
asynq.go(+1 -1)📝
asynq_test.go(+1 -1)📝
client.go(+1 -1)📝
go.mod(+4 -5)📝
go.sum(+20 -133)📝
inspector.go(+1 -1)📝
inspector_test.go(+5 -5)📝
internal/base/base.go(+1 -1)📝
internal/rdb/inspect.go(+1 -1)📝
internal/rdb/inspect_test.go(+37 -39)📝
internal/rdb/rdb.go(+7 -7)📝
internal/rdb/rdb_test.go(+26 -29)📝
internal/testbroker/testbroker.go(+1 -1)📝
internal/testutil/testutil.go(+3 -3)📝
scheduler.go(+1 -1)📝
server.go(+1 -1)📝
server_test.go(+2 -2)📝
subscriber.go(+1 -1)📝
tools/go.mod(+1 -1)📝
tools/go.sum(+2 -1)📄 Description
This is a replacement PR for #602 and closes #570. It fixes the tests (all tests pass) and removes v8 references form wherever possible.
Modules
toolsandxstill indirectly reference v8. They should be updated once the main asynq package is bumped. I have also removed replace directives that were initially added to this PR ( only useful for local dev) and which were previously also removed in #392.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.