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 last entry id for XREADs and support XREADs reply as map #3791

Merged
merged 5 commits into from
Mar 27, 2024

xreadgroup command test

7e54283
Select commit
Loading
Failed to load commit list.
Merged

Add last entry id for XREADs and support XREADs reply as map #3791

xreadgroup command test
7e54283
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 27, 2024 in 0s

79.48% (+0.03%) compared to bad18b9

View this Pull Request on Codecov

79.48% (+0.03%) compared to bad18b9

Details

Codecov Report

Attention: Patch coverage is 87.75510% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 79.48%. Comparing base (bad18b9) to head (7e54283).

Files Patch % Lines
.../main/java/redis/clients/jedis/BuilderFactory.java 90.47% 1 Missing and 1 partial ⚠️
.../main/java/redis/clients/jedis/PipeliningBase.java 0.00% 2 Missing ⚠️
...rc/main/java/redis/clients/jedis/UnifiedJedis.java 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #3791      +/-   ##
============================================
+ Coverage     79.44%   79.48%   +0.03%     
- Complexity     5685     5695      +10     
============================================
  Files           301      301              
  Lines         15231    15274      +43     
  Branches       1186     1190       +4     
============================================
+ Hits          12101    12140      +39     
- Misses         2551     2556       +5     
+ Partials        579      578       -1     

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