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

feature: support hvals protocol #25

Merged
merged 62 commits into from
Apr 12, 2024

feature: support hvals protocol

b4c5f1d
Select commit
Loading
Failed to load commit list.
Merged

feature: support hvals protocol #25

feature: support hvals protocol
b4c5f1d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 12, 2024 in 0s

68.73% (+0.20%) compared to 8e11416

View this Pull Request on Codecov

68.73% (+0.20%) compared to 8e11416

Details

Codecov Report

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

Project coverage is 68.73%. Comparing base (8e11416) to head (b4c5f1d).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #25      +/-   ##
============================================
+ Coverage     68.53%   68.73%   +0.20%     
- Complexity      230      237       +7     
============================================
  Files            57       59       +2     
  Lines          1090     1126      +36     
  Branches         91       93       +2     
============================================
+ Hits            747      774      +27     
- Misses          288      296       +8     
- Partials         55       56       +1     
Files Coverage Δ
.../funkye/redispike/handler/RedisCommandHandler.java 88.33% <100.00%> (+0.40%) ⬆️
...funkye/redispike/protocol/RedisCommandDecoder.java 73.91% <100.00%> (+0.28%) ⬆️
...kye/redispike/protocol/request/HExistsRequest.java 61.11% <0.00%> (ø)
...ke/handler/process/impl/HValsRequestProcessor.java 83.33% <83.33%> (ø)
...unkye/redispike/protocol/request/HValsRequest.java 60.00% <60.00%> (ø)