src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java
@@ -214,4 +214,10 @@ List<SubscribeInfo> getAllSubscribe(); List<String> getAllSubscribePlatform(); void addCpuInfo(double cpuInfo); void addMemInfo(double memInfo); void addNetInfo(Map<String, String> networkInterfaces); }