Authored by skinny.wu

redis探测修改

... ... @@ -52,9 +52,9 @@ public class RedisMonitorHandleServiceImpl implements IRedisMonitorHandleService
@Autowired
private SnsMobileConfig snsMobileConfig;
private Map<String, Long> lastUpTimeMap = new HashMap<>();
private static Map<String, Long> lastUpTimeMap = new HashMap<>();
private Map<String, Long> lastRequestCountMap = new HashMap<>();
private static Map<String, Long> lastRequestCountMap = new HashMap<>();
@Override
public void redisMonitor() {
... ...