优化WVP作为下级平台查询设备录像列表上报缓慢问题

This commit is contained in:
gaofw189
2023-02-13 10:37:00 +08:00
parent 5462b1f6c6
commit 39199a1daa
5 changed files with 249 additions and 91 deletions

View File

@@ -138,4 +138,15 @@ public class VideoManagerConstants {
public static final String WVP_STREAM_GB_ID_PREFIX = "memberNo_";
public static final String WVP_STREAM_GPS_MSG_PREFIX = "WVP_STREAM_GPS_MSG_";
/**
* Redis Const
* 设备录像信息结果前缀
*/
public static final String REDIS_RECORD_INFO_RES_PRE = "GB_RECORD_INFO_RES_";
/**
* Redis Const
* 设备录像信息结果前缀
*/
public static final String REDIS_RECORD_INFO_RES_COUNT_PRE = "GB_RECORD_INFO_RES_COUNT:";
}