[PR #1073] [MERGED] Add --tls option to dash command #1008

Closed
opened 2026-03-02 06:28:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/1073
Author: @thomas4019
Created: 9/19/2025
Status: Merged
Merged: 11/10/2025
Merged by: @kamikazechaser

Base: masterHead: dash-cli-support-tls-option


📝 Commits (2)

  • e38bea9 Add --tls option to dash command
  • 46b7db1 Switch order so it works better when both --tls and --tls_server are set

📊 Changes

1 file changed (+11 additions, -3 deletions)

View changed files

📝 tools/asynq/cmd/root.go (+11 -3)

📄 Description

The current TLS options are insufficient to be able to easily connect to an AWS Redis instance with TLS enabled. In this PR, I'm adding a --tls argument which works the same way as the redis-cli, when specified it connects over TLS, but doesn't specify any of other TLS settings.


🔄 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/asynq/pull/1073 **Author:** [@thomas4019](https://github.com/thomas4019) **Created:** 9/19/2025 **Status:** ✅ Merged **Merged:** 11/10/2025 **Merged by:** [@kamikazechaser](https://github.com/kamikazechaser) **Base:** `master` ← **Head:** `dash-cli-support-tls-option` --- ### 📝 Commits (2) - [`e38bea9`](https://github.com/hibiken/asynq/commit/e38bea96d4e2359135ff8972688b28f10b0b5285) Add --tls option to dash command - [`46b7db1`](https://github.com/hibiken/asynq/commit/46b7db1933e66a8d1c070235507d6955ed68f00b) Switch order so it works better when both --tls and --tls_server are set ### 📊 Changes **1 file changed** (+11 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `tools/asynq/cmd/root.go` (+11 -3) </details> ### 📄 Description The current TLS options are insufficient to be able to easily connect to an AWS Redis instance with TLS enabled. In this PR, I'm adding a --tls argument which works the same way as the redis-cli, when specified it connects over TLS, but doesn't specify any of other TLS settings. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 06:28:48 +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/asynq#1008
No description provided.