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
Merged

feature: support keys protocol #14

merged 20 commits into from
Apr 8, 2024

Conversation

funky-eyes
Copy link
Owner

No description provided.

Copy link

codecov bot commented Apr 8, 2024

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

@funky-eyes funky-eyes merged commit a2974b0 into main Apr 8, 2024
3 checks passed
@funky-eyes funky-eyes deleted the 0408 branch April 10, 2024 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant