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 'multi()' from JedisPooled (UnifiedJedis) #3361

Merged
merged 1 commit into from
Apr 9, 2023

Conversation

sazzad16
Copy link
Collaborator

@sazzad16 sazzad16 commented Apr 9, 2023

No description provided.

@sazzad16 sazzad16 added this to the 4.4.0 milestone Apr 9, 2023
@sazzad16 sazzad16 linked an issue Apr 9, 2023 that may be closed by this pull request
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 72.22% and no project coverage change.

Comparison is base (d45b31a) 67.14% compared to head (43eeba9) 67.14%.

❗ Current head 43eeba9 differs from pull request most recent head cb3230c. Consider uploading reports for the commit cb3230c 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    #3361   +/-   ##
=========================================
  Coverage     67.14%   67.14%           
- Complexity     4704     4710    +6     
=========================================
  Files           271      271           
  Lines         15207    15221   +14     
  Branches        961      962    +1     
=========================================
+ Hits          10210    10220   +10     
- Misses         4578     4581    +3     
- Partials        419      420    +1     
Impacted Files Coverage Δ
...c/main/java/redis/clients/jedis/JedisSharding.java 64.70% <0.00%> (-4.05%) ⬇️
.../java/redis/clients/jedis/ReliableTransaction.java 60.00% <0.00%> (-6.67%) ⬇️
...rc/main/java/redis/clients/jedis/UnifiedJedis.java 74.72% <50.00%> (-0.16%) ⬇️
...rc/main/java/redis/clients/jedis/JedisCluster.java 32.05% <100.00%> (+0.88%) ⬆️
src/main/java/redis/clients/jedis/Transaction.java 100.00% <100.00%> (ø)
...main/java/redis/clients/jedis/TransactionBase.java 11.88% <100.00%> (+0.59%) ⬆️

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 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How do i use multi/exec with JedisPooled
2 participants