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

fix connection pool for SSL #129

Merged
merged 3 commits into from
Mar 14, 2024
Merged

fix connection pool for SSL #129

merged 3 commits into from
Mar 14, 2024

Conversation

tylerhutcherson
Copy link
Collaborator

When an Async Redis SSLConnection (ACRE for example) is used, the method to check modules was failing. The module check has to be done with a sync connection because it is a decorator around certain SearchIndex methods.

@tylerhutcherson tylerhutcherson added the bug Something isn't working label Mar 12, 2024
@codecov-commenter
Copy link

codecov-commenter commented Mar 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.41%. Comparing base (ce0637e) to head (3926611).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #129      +/-   ##
==========================================
+ Coverage   89.39%   89.41%   +0.02%     
==========================================
  Files          25       25              
  Lines        1480     1483       +3     
==========================================
+ Hits         1323     1326       +3     
  Misses        157      157              

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

@tylerhutcherson tylerhutcherson merged commit 540171a into main Mar 14, 2024
18 checks passed
@tylerhutcherson tylerhutcherson deleted the fix-ssl-connection-pool branch March 14, 2024 15:04
Copy link
Collaborator

@bsbodden bsbodden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants