[PR #152] [MERGED] Support redis cluster #919

Closed
opened 2026-03-15 21:42:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/152
Author: @hibiken
Created: 9/7/2021
Status: Merged
Merged: 9/7/2021
Merged by: @hibiken

Base: masterHead: feature/redis-cluster


📝 Commits (1)

📊 Changes

6 files changed (+337 additions, -118 deletions)

View changed files

📝 main.go (+61 -30)
📝 redis_info_handlers.go (+69 -3)
📝 ui/src/api.ts (+12 -0)
ui/src/components/QueueLocationTable.tsx (+48 -0)
📝 ui/src/reducers/redisInfoReducer.ts (+10 -1)
📝 ui/src/views/RedisInfoView.tsx (+137 -84)

📄 Description

  • Added --redis-cluster-nodes flag
  • Display cluster information in redis info page

Closes #10, #144


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynqmon/pull/152 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 9/7/2021 **Status:** ✅ Merged **Merged:** 9/7/2021 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `feature/redis-cluster` --- ### 📝 Commits (1) - [`6125484`](https://github.com/hibiken/asynqmon/commit/61254842014b3f2c68d31e2758a085a2208a1a6d) Support redis cluster ### 📊 Changes **6 files changed** (+337 additions, -118 deletions) <details> <summary>View changed files</summary> 📝 `main.go` (+61 -30) 📝 `redis_info_handlers.go` (+69 -3) 📝 `ui/src/api.ts` (+12 -0) ➕ `ui/src/components/QueueLocationTable.tsx` (+48 -0) 📝 `ui/src/reducers/redisInfoReducer.ts` (+10 -1) 📝 `ui/src/views/RedisInfoView.tsx` (+137 -84) </details> ### 📄 Description - Added `--redis-cluster-nodes` flag - Display cluster information in redis info page Closes #10, #144 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 21:42:22 +03:00
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#919
No description provided.