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

UnifiedJedis can use a custom CommandExecutor #3104

Merged
merged 1 commit into from
Aug 11, 2022

Conversation

sazzad16
Copy link
Collaborator

No description provided.

@sazzad16 sazzad16 linked an issue Aug 11, 2022 that may be closed by this pull request
@sazzad16 sazzad16 added this to the 4.3.0 milestone Aug 11, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #3104 (83dac2b) into master (9c8ef61) will decrease coverage by 0.05%.
The diff coverage is 0.00%.

@@             Coverage Diff              @@
##             master    #3104      +/-   ##
============================================
- Coverage     66.72%   66.66%   -0.06%     
+ Complexity     4233     4232       -1     
============================================
  Files           219      219              
  Lines         13735    13740       +5     
  Branches        795      795              
============================================
- Hits           9164     9160       -4     
- Misses         4239     4248       +9     
  Partials        332      332              
Impacted Files Coverage Δ
...rc/main/java/redis/clients/jedis/UnifiedJedis.java 71.24% <0.00%> (-0.39%) ⬇️
...nts/jedis/providers/ClusterConnectionProvider.java 74.54% <0.00%> (-3.64%) ⬇️
src/main/java/redis/clients/jedis/Protocol.java 90.62% <0.00%> (-1.25%) ⬇️

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

@sazzad16 sazzad16 merged commit 6df5e64 into redis:master Aug 11, 2022
@sazzad16 sazzad16 deleted the executor branch August 11, 2022 13:19
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.

UnifiedJedis should provide options for customized CommandExecutor
2 participants