Skip to content

Commit

Permalink
Fix regression from commit 51334b3
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 committed Feb 27, 2023
1 parent 51334b3 commit 0e58178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/redis/clients/jedis/JedisCluster.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import java.util.Map;
import java.util.Set;
import org.apache.commons.pool2.impl.GenericObjectPoolConfig;
import redis.clients.jedis.executors.ClusterCommandExecutor;
import redis.clients.jedis.providers.ClusterConnectionProvider;

public class JedisCluster extends UnifiedJedis {
Expand Down

0 comments on commit 0e58178

Please sign in to comment.