mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[GH-ISSUE #669] No option to specify DB for Redis Sentinel URI #2360
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#2360
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?
Originally created by @importnil on GitHub (Jun 12, 2023).
Original GitHub issue: https://github.com/hibiken/asynq/issues/669
I've come to a problem with
asynqmonthat I couldn't get any details from Redis with databases other than 0 when connecting through Sentinels. Turns out that the finalParseRedisURIfunction doesn't extract DB parameter value, e.g.:Refs:
github.com/hibiken/asynqmon@5c48e4e31d/cmd/asynqmon/main.go (LL106C32-L106C32)github.com/hibiken/asynq@fde294be32/asynq.go (LL522C9-L522C9)If it's not intended behaviour, would it make sense to you that I file a PR for this feature?