mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[PR #190] [MERGED] Support Redis Cluster #1670
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#1670
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/190
Author: @hibiken
Created: 9/10/2020
Status: ✅ Merged
Merged: 9/12/2020
Merged by: @hibiken
Base:
master← Head:feature/redis-cluster📝 Commits (10+)
03ea601Update base package to generate redis keys with hashtag8712499Move unique key generator function to basefaeeb2cUpdate Enqueue and Schedule commands in rdb62149e5Update Dequeue command in rdbf085296Update Done method in RDB0e6d153Update Retry method in RDB0ca14cbUpdate Kill method in RDB3795c42Update Requeue method in RDB6515d45Update CheckAndEnqueue method in RDB281b80fUpdate scheduler to check and enqueue for only the specified queues.📊 Changes
61 files changed (+6821 additions, -4678 deletions)
View changed files
📝
CHANGELOG.md(+57 -0)📝
CONTRIBUTING.md(+1 -0)📝
README.md(+25 -30)📝
asynq.go(+60 -4)📝
asynq_test.go(+38 -5)📝
benchmark_test.go(+10 -18)📝
client.go(+73 -84)📝
client_test.go(+243 -238)📝
context.go(+13 -0)📝
context_test.go(+14 -2)📝
doc.go(+13 -11)➕
docs/assets/cluster.png(+0 -0)📝
docs/assets/demo.gif(+0 -0)📝
go.mod(+1 -1)📝
go.sum(+2 -0)📝
healthcheck_test.go(+2 -0)📝
heartbeat_test.go(+4 -2)📝
inspector.go(+238 -132)📝
inspector_test.go(+1066 -775)📝
internal/asynqtest/asynqtest.go(+128 -84)...and 41 more files
📄 Description
Closes #138
Closes #182
Design Doc
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.