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

Support EVALSHA #21

Merged
merged 8 commits into from
Jan 29, 2024

feat: support evalsha to optimize redis script call

6fe30bb
Select commit
Loading
Failed to load commit list.
Merged

Support EVALSHA #21

feat: support evalsha to optimize redis script call
6fe30bb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 26, 2024 in 1s

79.18% (-6.43%) compared to 3bdca0f

View this Pull Request on Codecov

79.18% (-6.43%) compared to 3bdca0f

Details

Codecov Report

Attention: 21 lines in your changes are missing coverage. Please review.

Comparison is base (3bdca0f) 85.61% compared to head (6fe30bb) 79.18%.
Report is 2 commits behind head on main.

❗ Current head 6fe30bb differs from pull request most recent head 8cafd1d. Consider uploading reports for the commit 8cafd1d to get more accurate results

Files Patch % Lines
batch.go 60.86% 7 Missing and 2 partials ⚠️
client.go 69.23% 6 Missing and 2 partials ⚠️
utils.go 60.00% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
- Coverage   85.61%   79.18%   -6.43%     
==========================================
  Files           3        3              
  Lines         424      394      -30     
==========================================
- Hits          363      312      -51     
- Misses         45       60      +15     
- Partials       16       22       +6     

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