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 exclusive XPENDING range from params #2830

Merged
merged 7 commits into from Jan 18, 2022

Conversation

sazzad16
Copy link
Collaborator

@sazzad16 sazzad16 commented Jan 18, 2022

Closes #2818

@codecov-commenter
Copy link

codecov-commenter commented Jan 18, 2022

Codecov Report

Merging #2830 (72b65cf) into master (4d1de18) will increase coverage by 0.02%.
The diff coverage is 63.33%.

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

@@             Coverage Diff              @@
##             master    #2830      +/-   ##
============================================
+ Coverage     58.45%   58.47%   +0.02%     
- Complexity     3063     3064       +1     
============================================
  Files           177      177              
  Lines         10980    10996      +16     
  Branches        628      629       +1     
============================================
+ Hits           6418     6430      +12     
- Misses         4344     4347       +3     
- Partials        218      219       +1     
Impacted Files Coverage Δ
.../main/java/redis/clients/jedis/CommandObjects.java 71.22% <ø> (ø)
src/main/java/redis/clients/jedis/Jedis.java 84.72% <ø> (-0.06%) ⬇️
...ava/redis/clients/jedis/MultiNodePipelineBase.java 26.83% <ø> (ø)
src/main/java/redis/clients/jedis/Pipeline.java 9.54% <ø> (ø)
...main/java/redis/clients/jedis/TransactionBase.java 12.51% <ø> (ø)
...rc/main/java/redis/clients/jedis/UnifiedJedis.java 62.93% <ø> (ø)
...s/clients/jedis/commands/StreamBinaryCommands.java 0.00% <ø> (ø)
...a/redis/clients/jedis/commands/StreamCommands.java 100.00% <ø> (ø)
...s/jedis/commands/StreamPipelineBinaryCommands.java 0.00% <ø> (ø)
...clients/jedis/commands/StreamPipelineCommands.java 0.00% <ø> (ø)
... and 5 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 4d1de18...1eb6947. Read the comment docs.

@lgtm-com
Copy link

lgtm-com bot commented Jan 18, 2022

This pull request introduces 1 alert when merging 72b65cf into 4d1de18 - view on LGTM.com

new alerts:

  • 1 for Dereferenced variable may be null

@sazzad16 sazzad16 merged commit 2f09b0b into redis:master Jan 18, 2022
@sazzad16 sazzad16 deleted the xpending-exclusive branch January 18, 2022 14:56
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

3 participants