Add --tls option to dash command#1073
Merged
kamikazechaser merged 2 commits intohibiken:masterfrom Nov 10, 2025
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1073 +/- ##
==========================================
- Coverage 67.13% 63.34% -3.80%
==========================================
Files 29 29
Lines 4300 4984 +684
==========================================
+ Hits 2887 3157 +270
- Misses 1135 1549 +414
Partials 278 278 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
kamikazechaser
pushed a commit
that referenced
this pull request
Feb 3, 2026
* Add --tls option to dash command * Switch order so it works better when both --tls and --tls_server are set
kamikazechaser
added a commit
that referenced
this pull request
Feb 3, 2026
* pre-release: v0.26.0 * deps upgrades * min go version set to 1.24.0 * feat: done add-username-cli (#1083) * Feature: Add Headers Support to Tasks (#1070) * feat(task): Add headers support to tasks * fix: cleanup copy map code * fix: Add tests * Add --tls option to dash command (#1073) * Add --tls option to dash command * Switch order so it works better when both --tls and --tls_server are set * docs: update CHANGELOG --------- Co-authored-by: Artemii Kulikov <91570054+vlle@users.noreply.github.com> Co-authored-by: Joe <85931983+joejoe-am@users.noreply.github.com> Co-authored-by: Thomas Hansen <th4019@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.