Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring back redis over tls #1875

Merged
merged 2 commits into from
Oct 14, 2023
Merged

Conversation

grembo
Copy link
Contributor

@grembo grembo commented Sep 4, 2023

Fixes #1839

@codecov-commenter
Copy link

codecov-commenter commented Sep 4, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (ac8c225) 29.88% compared to head (91049b6) 29.82%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1875      +/-   ##
==========================================
- Coverage   29.88%   29.82%   -0.06%     
==========================================
  Files          49       49              
  Lines       17538    17538              
  Branches     8443     8442       -1     
==========================================
- Hits         5241     5231      -10     
- Misses       7214     7215       +1     
- Partials     5083     5092       +9     

see 12 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@grembo
Copy link
Contributor Author

grembo commented Sep 4, 2023

Reduced the patch to the functional change (meaning that parts of CI will fail)

@grembo grembo force-pushed the bring-back-redis-over-tls branch 2 times, most recently from ddda357 to a4bd7f2 Compare September 5, 2023 13:35
Cargo.toml Outdated Show resolved Hide resolved
This bumps opendal and reqsign (required to
support rusttls)
Allows to remove the direct dependency on backon
@grembo
Copy link
Contributor Author

grembo commented Sep 27, 2023

@sylvestre Now that main is already updated to opendal 0.40.0, this change is very simple (just bring in the feature to support rediss://)

@sylvestre sylvestre merged commit eb292cd into mozilla:main Oct 14, 2023
37 of 39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redis no longer support TLS
3 participants