mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[PR #252] [MERGED] Refactor redis key and store messages in protobuf #2709
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#2709
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/252
Author: @hibiken
Created: 3/12/2021
Status: ✅ Merged
Merged: 3/13/2021
Merged by: @hibiken
Base:
next← Head:refactor/redis-key📝 Commits (10+)
fae6c4bRename pending key0b04331Add TaskKey helper16d8fa4Update TaskKey helper to task id as string2bef331Update RDB.Enqueue4ba0e46Update RDB.EnqueueUniqueue69b7aa2Update RDB.Schedule9e7897aUpdate RDB.ScheduleUniqueb156653Code formatting26caccbUpdate RDB.ForwardIfReadya745b23Update RDB.Done📊 Changes
22 files changed (+2534 additions, -587 deletions)
View changed files
📝
.gitignore(+4 -1)📝
CHANGELOG.md(+5 -0)➕
Makefile(+7 -0)📝
README.md(+1 -1)📝
client_test.go(+3 -3)📝
forwarder.go(+1 -1)📝
forwarder_test.go(+1 -1)📝
go.mod(+4 -2)📝
go.sum(+58 -0)📝
inspeq/inspector.go(+14 -11)📝
inspeq/inspector_test.go(+6 -7)📝
internal/asynqtest/asynqtest.go(+74 -56)📝
internal/base/base.go(+275 -20)📝
internal/base/base_test.go(+162 -3)➕
internal/proto/asynq.pb.go(+755 -0)➕
internal/proto/asynq.proto(+148 -0)📝
internal/rdb/benchmark_test.go(+2 -2)📝
internal/rdb/inspect.go(+289 -211)📝
internal/rdb/inspect_test.go(+413 -78)📝
internal/rdb/rdb.go(+246 -134)...and 2 more files
📄 Description
Closes #245
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.