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 keys protocol #14

Merged
merged 20 commits into from
Apr 8, 2024

test

23c0c6f
Select commit
Loading
Failed to load commit list.
Merged

feature: support keys protocol #14

test
23c0c6f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 8, 2024 in 0s

66.66% (+1.33%) compared to bfdcf7a

View this Pull Request on Codecov

66.66% (+1.33%) compared to bfdcf7a

Details

Codecov Report

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

Project coverage is 66.66%. Comparing base (bfdcf7a) to head (23c0c6f).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #14      +/-   ##
============================================
+ Coverage     65.33%   66.66%   +1.33%     
- Complexity      118      128      +10     
============================================
  Files            33       35       +2     
  Lines           574      639      +65     
  Branches         42       53      +11     
============================================
+ Hits            375      426      +51     
- Misses          171      181      +10     
- Partials         28       32       +4     
Files Coverage Δ
.../funkye/redispike/handler/RedisCommandHandler.java 76.66% <100.00%> (+1.66%) ⬆️
...pike/handler/process/impl/DelRequestProcessor.java 80.76% <100.00%> (-0.72%) ⬇️
...pike/handler/process/impl/GetRequestProcessor.java 77.77% <100.00%> (ø)
...ike/handler/process/impl/HSetRequestProcessor.java 94.73% <100.00%> (ø)
...funkye/redispike/protocol/RedisCommandDecoder.java 68.75% <100.00%> (+0.49%) ⬆️
...a/icu/funkye/redispike/protocol/RedisResponse.java 16.66% <ø> (ø)
.../funkye/redispike/protocol/request/DelRequest.java 90.90% <ø> (ø)
.../funkye/redispike/protocol/request/GetRequest.java 88.88% <ø> (ø)
...funkye/redispike/protocol/request/HDelRequest.java 61.11% <ø> (ø)
...funkye/redispike/protocol/request/HSetRequest.java 66.66% <ø> (ø)
... and 10 more

... and 1 file with indirect coverage changes