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 hincrby protocol #26

Merged
merged 2 commits into from
Apr 17, 2024
Merged

feature: support hincrby protocol #26

merged 2 commits into from
Apr 17, 2024

Conversation

funky-eyes
Copy link
Owner

No description provided.

Copy link

codecov bot commented Apr 17, 2024

Codecov Report

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

Project coverage is 69.09%. Comparing base (9d72f48) to head (13dcf0a).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #26      +/-   ##
============================================
+ Coverage     68.73%   69.09%   +0.35%     
- Complexity      237      247      +10     
============================================
  Files            59       61       +2     
  Lines          1126     1165      +39     
  Branches         93       95       +2     
============================================
+ Hits            774      805      +31     
- Misses          296      302       +6     
- Partials         56       58       +2     
Files Coverage Δ
.../funkye/redispike/handler/RedisCommandHandler.java 88.70% <100.00%> (+0.37%) ⬆️
...ike/handler/process/impl/HGetRequestProcessor.java 57.14% <100.00%> (ø)
...ike/handler/process/impl/HSetRequestProcessor.java 95.23% <100.00%> (ø)
...funkye/redispike/protocol/RedisCommandDecoder.java 74.19% <100.00%> (+0.28%) ⬆️
...kye/redispike/protocol/request/HIncrbyRequest.java 86.66% <86.66%> (ø)
.../handler/process/impl/HIncrbyRequestProcessor.java 71.42% <71.42%> (ø)

@funky-eyes funky-eyes merged commit e0a0038 into main Apr 17, 2024
3 checks passed
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