mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 17:45:50 +03:00
[GH-ISSUE #144] Missing cluster configuration #379
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#379
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 @pbarnum on GitHub (Jul 22, 2021).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/144
The code indicates that the only way to connect
asynqmontoredisis through a single client connection. This doesn't seem to work when dealing with a cluster setup.Perhaps if you
strings.Splitthe address string and detect multiple IPs, you can then set up the connection using the cluster connection configs.@hibiken commented on GitHub (Jul 23, 2021):
@pbarnum thank you for opening this issue!
Similar issue #10
Currently the Web UI doesn't support connecting to Redis Cluster. I'll work on this soon 👍