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

Add CLUSTER MYSHARDID command #3423

Merged
merged 1 commit into from
May 18, 2023
Merged

Add CLUSTER MYSHARDID command #3423

merged 1 commit into from
May 18, 2023

Conversation

sazzad16
Copy link
Collaborator

and update CLUSTER BUMPEPOCH command and other tests

and update CLUSTER BUMPEPOCH command and other tests
@sazzad16 sazzad16 added enhancement dependencies Pull request that updates a dependency labels May 18, 2023
@sazzad16 sazzad16 added this to the 4.5.0 milestone May 18, 2023
@sazzad16 sazzad16 linked an issue May 18, 2023 that may be closed by this pull request
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.08 🎉

Comparison is base (65d47fc) 67.18% compared to head (abcfafd) 67.26%.

❗ Current head abcfafd differs from pull request most recent head 1e0e27d. Consider uploading reports for the commit 1e0e27d to get more accurate results

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #3423      +/-   ##
============================================
+ Coverage     67.18%   67.26%   +0.08%     
- Complexity     4730     4737       +7     
============================================
  Files           269      269              
  Lines         15296    15308      +12     
  Branches        966      966              
============================================
+ Hits          10276    10297      +21     
+ Misses         4598     4593       -5     
+ Partials        422      418       -4     
Impacted Files Coverage Δ
.../main/java/redis/clients/jedis/BuilderFactory.java 74.89% <100.00%> (+0.13%) ⬆️
src/main/java/redis/clients/jedis/Jedis.java 84.80% <100.00%> (+0.02%) ⬆️
src/main/java/redis/clients/jedis/Protocol.java 89.57% <100.00%> (-1.18%) ⬇️
...is/clients/jedis/resps/StreamConsumerFullInfo.java 86.66% <100.00%> (+9.74%) ⬆️
...redis/clients/jedis/resps/StreamConsumersInfo.java 100.00% <100.00%> (ø)

... and 3 files with indirect coverage changes

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

@sazzad16 sazzad16 merged commit 1da7591 into redis:master May 18, 2023
@sazzad16 sazzad16 deleted the myshardid branch May 18, 2023 12:26
@sazzad16 sazzad16 modified the milestones: 4.4.x, 4.4.2 Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull request that updates a dependency enhancement testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for new redis command CLUSTER MYSHARDID
2 participants