Authored by jack

放长超时时间

... ... @@ -45,7 +45,7 @@ public class RedisTask extends Task {
private void connect() {
try {
client = new Jedis(this.getIp(), this.getPort(), 200);
client = new Jedis(this.getIp(), this.getPort(), 5*1000);
client.connect();
... ...