mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[PR #647] Add custom redis prefix configuration #805
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#805
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/647
Author: @qqunity
Created: 4/19/2023
Status: 🔄 Open
Base:
master← Head:add-custom-redis-prefix📝 Commits (2)
5995966Added configuration of custom redis prefixdef6f5dMerged hibiken:master📊 Changes
29 files changed (+159 additions, -132 deletions)
View changed files
📝
asynq.go(+16 -5)📝
asynq_test.go(+1 -1)📝
client.go(+4 -4)📝
inspector.go(+1 -1)📝
inspector_test.go(+5 -5)📝
internal/base/base.go(+28 -14)📝
internal/rdb/inspect.go(+7 -7)📝
internal/rdb/inspect_test.go(+13 -13)📝
internal/rdb/rdb.go(+14 -14)📝
internal/rdb/rdb_test.go(+26 -26)📝
internal/testbroker/testbroker.go(+1 -1)📝
internal/testutil/testutil.go(+9 -9)📝
scheduler.go(+1 -1)📝
server.go(+1 -1)📝
subscriber.go(+1 -1)📝
tools/asynq/cmd/cron.go(+0 -1)📝
tools/asynq/cmd/dash.go(+0 -1)📝
tools/asynq/cmd/dash/dash.go(+0 -1)📝
tools/asynq/cmd/dash/draw.go(+0 -2)📝
tools/asynq/cmd/dash/fetch.go(+0 -1)...and 9 more files
📄 Description
I have supported custom redis prefix configuration for standard primitives. This is necessary when using the model when one redis instance share for many services. Because of this, collisions may occur
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.