[PR #341] updated redis-client, added ca certificate load option that is nesses… #1040

Open
opened 2026-03-15 21:48:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/341
Author: @mike-sirs
Created: 4/18/2025
Status: 🔄 Open

Base: masterHead: redis-cloud-support


📝 Commits (3)

  • e7c545f updated redis-client, added ca certificate load option that is nessesory if you want to connect to redis-cloud
  • f7fa0d8 updated redis-client, added ca certificate load option that is nessesory if you want to connect to redis-cloud
  • 9eca1ad updated redis-client, added ca certificate load option that is nessesory if you want to connect to redis-cloud

📊 Changes

6 files changed (+165 additions, -13 deletions)

View changed files

📝 README.md (+6 -0)
📝 cmd/asynqmon/main.go (+24 -0)
deploy/deployment.yaml (+106 -0)
📝 go.mod (+16 -3)
📝 go.sum (+4 -10)
📝 redis_info_handlers.go (+9 -0)

📄 Description

  • Introduce flags for Redis CA, Cert, and Key paths.
  • Implement TLS config loading from CA, Cert, Key files.
  • Add deploy yaml to mount redis secrets for TLS
  • Update go mod to redis v9.7.3 to get latest features.

🔄 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/341 **Author:** [@mike-sirs](https://github.com/mike-sirs) **Created:** 4/18/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `redis-cloud-support` --- ### 📝 Commits (3) - [`e7c545f`](https://github.com/hibiken/asynqmon/commit/e7c545f4e1553daf78d33f7a268c3e146a765e42) updated redis-client, added ca certificate load option that is nessesory if you want to connect to redis-cloud - [`f7fa0d8`](https://github.com/hibiken/asynqmon/commit/f7fa0d88a654ab10ff806e80859053c588afda78) updated redis-client, added ca certificate load option that is nessesory if you want to connect to redis-cloud - [`9eca1ad`](https://github.com/hibiken/asynqmon/commit/9eca1ad03fe4ba4d1bdf4404b5e2601cfab58127) updated redis-client, added ca certificate load option that is nessesory if you want to connect to redis-cloud ### 📊 Changes **6 files changed** (+165 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+6 -0) 📝 `cmd/asynqmon/main.go` (+24 -0) ➕ `deploy/deployment.yaml` (+106 -0) 📝 `go.mod` (+16 -3) 📝 `go.sum` (+4 -10) 📝 `redis_info_handlers.go` (+9 -0) </details> ### 📄 Description - Introduce flags for Redis CA, Cert, and Key paths. - Implement TLS config loading from CA, Cert, Key files. - Add deploy yaml to mount redis secrets for TLS - Update go mod to redis v9.7.3 to get latest features. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#1040
No description provided.