mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 17:45:50 +03:00
[GH-ISSUE #273] Add a flag for input redis username #766
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#766
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 @seanhsu17 on GitHub (Oct 7, 2022).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/273
Description
We need to use the Redis username to connect to our Redis, but it seems there is no this flag to start asynqmon.
I tried to use the redis-url to start it, but there are some special characters in our password (e.g. @, % etc...) so the parser will parse our password in the wrong way.
Solution
Can I submit a PR to add a flag for
--redis-username?@hibiken commented on GitHub (Oct 8, 2022):
Sure, please feel free to open a PR
@ChihSeanHsu commented on GitHub (Oct 10, 2022):
Thanks, I've created a PR for this issue.