Skip to content

Commit

Permalink
Merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 committed Dec 24, 2024
1 parent 7b06e34 commit 8fbadc2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ public Builder from(JedisClientConfig instance) {
this.ssl = instance.isSsl();
this.sslSocketFactory = instance.getSslSocketFactory();
this.sslParameters = instance.getSslParameters();
this.sslOptions = instance.getSslOptions();
this.hostnameVerifier = instance.getHostnameVerifier();
this.hostAndPortMapper = instance.getHostAndPortMapper();
this.clientSetInfoConfig = instance.getClientSetInfoConfig();
Expand Down

0 comments on commit 8fbadc2

Please sign in to comment.