mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 09:35:49 +03:00
[GH-ISSUE #320] 怎么连接有用户名的redis? #437
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#437
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 @huangchunlong818 on GitHub (Dec 22, 2023).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/320
version: '3'
services:
asynqmon:
image: hibiken/asynqmon:latest
restart: always
container_name: asynqmon
command:
- "-redis-addr=r-rj9wuv8l456kuyru4o1f9i:P4ELLGSa4muqCC11Zr4I@r-rj9wuv8l456kuyru4o1f9i.redis.rds.aliyuncs.com:6379"
- "-redis-db=8"
ports:
- 8090:8080
没有提供用户名的地方。
我的redis 用户名是 r-rj9wuv8l456kuyru4o1f9i
密码是 P4ELLGSa4muqCC11Zr4I
求教
@o98k-ok commented on GitHub (May 30, 2025):
Time flies! Not sure why this got 3 👎 with no responses - maybe due to the exposed password in the example? 🤔
I recently ran into the same issue and found a couple of solutions:
Hope this helps! 🚀