we can't pass null because it will throw an exception. Using localhost instead
This commit is contained in:
@@ -27,7 +27,7 @@ public class Jedis extends BinaryJedis implements JedisCommands,
|
||||
* @deprecated CDI eyes only
|
||||
*/
|
||||
public Jedis() {
|
||||
super((String)null);
|
||||
super("localhost");
|
||||
}
|
||||
|
||||
public Jedis(final String host) {
|
||||
|
||||
Reference in New Issue
Block a user