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

Fix SELECT command in Pipeline #3301

Merged
merged 2 commits into from
Feb 27, 2023
Merged

Conversation

sazzad16
Copy link
Collaborator

No description provided.

@sazzad16 sazzad16 added the bug label Feb 27, 2023
@sazzad16 sazzad16 linked an issue Feb 27, 2023 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Feb 27, 2023

Codecov Report

Base: 66.88% // Head: 66.88% // No change to project coverage 👍

Coverage data is based on head (fde516e) compared to base (6a8cb22).
Patch coverage: 100.00% of modified lines in pull request are covered.

❗ Current head fde516e differs from pull request most recent head 124106d. Consider uploading reports for the commit 124106d to get more accurate results

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #3301   +/-   ##
=========================================
  Coverage     66.88%   66.88%           
+ Complexity     4649     4648    -1     
=========================================
  Files           262      262           
  Lines         15072    15072           
  Branches        943      943           
=========================================
  Hits          10081    10081           
+ Misses         4585     4584    -1     
- Partials        406      407    +1     
Impacted Files Coverage Δ
src/main/java/redis/clients/jedis/Pipeline.java 17.13% <100.00%> (ø)
src/main/java/redis/clients/jedis/JedisPubSub.java 70.00% <0.00%> (-1.82%) ⬇️
...in/java/redis/clients/jedis/ConnectionFactory.java 67.34% <0.00%> (+4.08%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sazzad16 sazzad16 merged commit 190c39d into redis:master Feb 27, 2023
@sazzad16 sazzad16 deleted the bugfix-pipeline-select branch February 27, 2023 12:07
sazzad16 added a commit that referenced this pull request Feb 27, 2023
@sazzad16 sazzad16 added this to the 4.3.2 milestone Feb 27, 2023
banker pushed a commit to banker/jedis that referenced this pull request Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pipeline#select(index) doesn't pass through the index parameter
3 participants