Fixed broken constructor. Wasn't setting default protocol
This commit is contained in:
@@ -12,6 +12,7 @@ public class JedisPool extends FixedResourcePool<Jedis> {
|
||||
|
||||
public JedisPool(String host) {
|
||||
this.host = host;
|
||||
this.port = Protocol.DEFAULT_PORT;
|
||||
}
|
||||
|
||||
public JedisPool(String host, int port) {
|
||||
|
||||
Reference in New Issue
Block a user