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 hincrbyfloat protocol #27

Merged
merged 4 commits into from
Apr 17, 2024

feature: support hincrbyfloat protocol

e6f8caf
Select commit
Loading
Failed to load commit list.
Merged

feature: support hincrbyfloat protocol #27

feature: support hincrbyfloat protocol
e6f8caf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 17, 2024 in 1s

69.79% (+0.69%) compared to e0a0038

View this Pull Request on Codecov

69.79% (+0.69%) compared to e0a0038

Details

Codecov Report

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

Project coverage is 69.79%. Comparing base (e0a0038) to head (e6f8caf).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #27      +/-   ##
============================================
+ Coverage     69.09%   69.79%   +0.69%     
- Complexity      247      257      +10     
============================================
  Files            61       63       +2     
  Lines          1165     1205      +40     
  Branches         95       96       +1     
============================================
+ Hits            805      841      +36     
- Misses          302      306       +4     
  Partials         58       58              
Files Coverage Δ
.../funkye/redispike/handler/RedisCommandHandler.java 89.06% <100.00%> (+0.35%) ⬆️
.../handler/process/impl/HIncrbyRequestProcessor.java 77.77% <100.00%> (+6.34%) ⬆️
...ike/handler/process/impl/HSetRequestProcessor.java 96.42% <100.00%> (+1.19%) ⬆️
...funkye/redispike/protocol/RedisCommandDecoder.java 74.46% <100.00%> (+0.27%) ⬆️
...edispike/protocol/request/HIncrbyfloatRequest.java 86.66% <86.66%> (ø)
...ler/process/impl/HIncrbyfloatRequestProcessor.java 77.77% <77.77%> (ø)