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

add ssl conn support to redis #2215

Merged
merged 1 commit into from
Jul 17, 2023
Merged

Conversation

bobfantansy
Copy link
Contributor

添加对Redis SSL连接支持。
sql_instance表中添加is_ssl字段,表明是否使用ssl进行连接。目前只支持redis

@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (cdbd12e) 75.14% compared to head (11a0ac3) 75.14%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2215   +/-   ##
=======================================
  Coverage   75.14%   75.14%           
=======================================
  Files         105      105           
  Lines       15167    15169    +2     
=======================================
+ Hits        11397    11399    +2     
  Misses       3770     3770           
Impacted Files Coverage Δ
sql/engines/redis.py 75.92% <ø> (ø)
sql/engines/__init__.py 66.34% <100.00%> (+0.32%) ⬆️
sql/models.py 96.58% <100.00%> (+<0.01%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@LeoQuote LeoQuote merged commit cedc1f3 into hhyo:master Jul 17, 2023
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.

2 participants