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 Sharded PubSub #3396

Merged
merged 3 commits into from
May 7, 2023
Merged

Support Sharded PubSub #3396

merged 3 commits into from
May 7, 2023

Conversation

sazzad16
Copy link
Collaborator

@sazzad16 sazzad16 commented May 7, 2023

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented May 7, 2023

Codecov Report

Patch coverage: 75.36% and project coverage change: +0.48 🎉

Comparison is base (8ee0d30) 67.19% compared to head (028546e) 67.68%.

❗ Current head 028546e differs from pull request most recent head db63340. Consider uploading reports for the commit db63340 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              @@
##                5.0    #3396      +/-   ##
============================================
+ Coverage     67.19%   67.68%   +0.48%     
- Complexity     4748     4754       +6     
============================================
  Files           271      274       +3     
  Lines         15350    15249     -101     
  Branches        992      985       -7     
============================================
+ Hits          10315    10321       +6     
+ Misses         4605     4499     -106     
+ Partials        430      429       -1     
Impacted Files Coverage Δ
...ain/java/redis/clients/jedis/CommandArguments.java 82.45% <ø> (+4.12%) ⬆️
...in/java/redis/clients/jedis/ConnectionFactory.java 78.78% <ø> (-1.22%) ⬇️
.../redis/clients/jedis/DefaultJedisClientConfig.java 96.59% <ø> (-0.12%) ⬇️
...in/java/redis/clients/jedis/JedisClientConfig.java 100.00% <ø> (+6.25%) ⬆️
...ava/redis/clients/jedis/JedisClusterInfoCache.java 77.56% <ø> (+5.06%) ⬆️
...rc/main/java/redis/clients/jedis/JedisFactory.java 70.00% <ø> (-0.66%) ⬇️
...main/java/redis/clients/jedis/JedisSentineled.java 57.14% <ø> (+20.77%) ⬆️
...ava/redis/clients/jedis/MultiNodePipelineBase.java 21.92% <ø> (+0.38%) ⬆️
src/main/java/redis/clients/jedis/Pipeline.java 16.95% <ø> (-0.26%) ⬇️
...main/java/redis/clients/jedis/TransactionBase.java 12.04% <ø> (+0.20%) ⬆️
... and 30 more

... and 4 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.

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.

Add support for redis7 SSUBSCRIBE Add support for redis7 SPUBLISH Support Sharded PubSub
2 participants