...
|
...
|
@@ -3,7 +3,6 @@ package com.monitor.middleware.redis.task; |
|
|
|
|
|
import com.monitor.middleware.redis.constants.Constants;
|
|
|
import com.monitor.middleware.redis.model.RedisInfo;
|
|
|
import com.sun.org.apache.xml.internal.resolver.helpers.Debug;
|
|
|
import org.apache.commons.lang.StringUtils;
|
|
|
import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
...
|
...
|
@@ -34,7 +33,7 @@ public class RedisTask extends Task { |
|
|
public void doTask() {
|
|
|
|
|
|
DEBUG.info("Start to do redis {} task ", this.getIp() + ":" + this.getPort());
|
|
|
|
|
|
|
|
|
try {
|
|
|
Jedis client = new Jedis(this.getIp(), this.getPort(), 2 * 1000);
|
|
|
|
...
|
...
|
|