[GH-ISSUE #144] Missing cluster configuration #379

Closed
opened 2026-03-07 22:14:51 +03:00 by kerem · 1 comment
Owner

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 asynqmon to redis is through a single client connection. This doesn't seem to work when dealing with a cluster setup.

Perhaps if you strings.Split the address string and detect multiple IPs, you can then set up the connection using the cluster connection configs.

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 `asynqmon` to `redis` is through a single client connection. This doesn't seem to work when dealing with a cluster setup. Perhaps if you `strings.Split` the address string and detect multiple IPs, you can then set up the connection using the cluster connection configs.
kerem closed this issue 2026-03-07 22:14:52 +03:00
Author
Owner

@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 👍

<!-- gh-comment-id:885363236 --> @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 👍
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynqmon#379
No description provided.