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

Support SINTERCARD Command #2821

Merged
merged 7 commits into from Jan 18, 2022
Merged

Conversation

AvitalFineRedis
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Jan 17, 2022

Codecov Report

Merging #2821 (ac3c67c) into master (26a682e) will increase coverage by 0.00%.
The diff coverage is 58.62%.

❗ Current head ac3c67c differs from pull request most recent head f555519. Consider uploading reports for the commit f555519 to get more accurate results
Impacted file tree graph

@@            Coverage Diff            @@
##             master    #2821   +/-   ##
=========================================
  Coverage     58.42%   58.43%           
- Complexity     3050     3062   +12     
=========================================
  Files           177      177           
  Lines         10952    10980   +28     
  Branches        628      628           
=========================================
+ Hits           6399     6416   +17     
- Misses         4335     4345   +10     
- Partials        218      219    +1     
Impacted Files Coverage Δ
...ava/redis/clients/jedis/MultiNodePipelineBase.java 26.83% <0.00%> (-0.16%) ⬇️
src/main/java/redis/clients/jedis/Pipeline.java 9.54% <0.00%> (-0.06%) ⬇️
...main/java/redis/clients/jedis/TransactionBase.java 12.51% <0.00%> (-0.08%) ⬇️
...edis/clients/jedis/commands/SetBinaryCommands.java 100.00% <ø> (ø)
...java/redis/clients/jedis/commands/SetCommands.java 100.00% <ø> (ø)
...ents/jedis/commands/SetPipelineBinaryCommands.java 0.00% <ø> (ø)
...is/clients/jedis/commands/SetPipelineCommands.java 0.00% <ø> (ø)
.../main/java/redis/clients/jedis/CommandObjects.java 71.22% <100.00%> (+0.12%) ⬆️
src/main/java/redis/clients/jedis/Jedis.java 84.77% <100.00%> (+0.12%) ⬆️
src/main/java/redis/clients/jedis/Protocol.java 87.74% <100.00%> (ø)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 26a682e...f555519. Read the comment docs.

sazzad16
sazzad16 previously approved these changes Jan 17, 2022
zeekling
zeekling previously approved these changes Jan 17, 2022
dengliming
dengliming previously approved these changes Jan 17, 2022
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.

None yet

5 participants