[PR #241] [MERGED] (fix) sentinel support #635

Closed
opened 2026-03-07 22:16:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/241
Author: @hibiken
Created: 5/5/2022
Status: Merged
Merged: 5/6/2022
Merged by: @hibiken

Base: masterHead: fix/sentinel-support


📝 Commits (5)

  • 41c906e Refactor flag parsing
  • ec7030d Add tests for asynqmon command binary
  • f98b38a Add sentinel connection support via redis-url
  • c10b973 Refactor flag parsing code
  • 920decc Add and fix comments

📊 Changes

3 files changed (+267 additions, -89 deletions)

View changed files

📝 .gitignore (+3 -2)
📝 cmd/asynqmon/main.go (+127 -87)
cmd/asynqmon/main_test.go (+137 -0)

📄 Description

Closes #235


🔄 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/241 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 5/5/2022 **Status:** ✅ Merged **Merged:** 5/6/2022 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `fix/sentinel-support` --- ### 📝 Commits (5) - [`41c906e`](https://github.com/hibiken/asynqmon/commit/41c906e6ccefed85a4c2578d7fadf2dd207968df) Refactor flag parsing - [`ec7030d`](https://github.com/hibiken/asynqmon/commit/ec7030dfa24cff20efbda96de4b1664b3e9cd242) Add tests for asynqmon command binary - [`f98b38a`](https://github.com/hibiken/asynqmon/commit/f98b38ab6d0f6aef387542b42dfc525c1c1e0567) Add sentinel connection support via redis-url - [`c10b973`](https://github.com/hibiken/asynqmon/commit/c10b97324219c3ace480915bce3ddeee24aaec36) Refactor flag parsing code - [`920decc`](https://github.com/hibiken/asynqmon/commit/920deccbadf3b60bb6e366bc1bb4a7f61cf4f747) Add and fix comments ### 📊 Changes **3 files changed** (+267 additions, -89 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -2) 📝 `cmd/asynqmon/main.go` (+127 -87) ➕ `cmd/asynqmon/main_test.go` (+137 -0) </details> ### 📄 Description Closes #235 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 22:16:34 +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#635
No description provided.