RedisConstants.java 967 Bytes
package com.viontech.keliu.constants;

public class RedisConstants {
    /**
     * 商业人脸抓拍写库key
     */
    public static final String PDS_MALLFACECAPTURE_WRITE = "pds:mallFaceCapture:write";
    /**
     * 商业人脸抓拍重写 写库key
     */
    public static final String PDS_MALLRETRYFACECAPTURE_WRITE = "pds:mallRetryFaceCapture:write";
    /**
     * 商业人员标签写库key
     */
    public static final String PDS_MALLPERSONLABEL_WRITE = "pds:mallPersonLabel:write";
    /**
     * 商业人员标签重写 写库key
     */
    public static final String PDS_MALLRETRYPERSONLABEL_WRITE = "pds:mallRetryPersonLabel:write";
    /**
     * d_gate_minute_count_data写库key
     */
    public static final String PDS_MALLGATEMINUTECOUNT_WRITE = "pds:mallGateMinuteCount:write";
    /**
     * d_zone_minute_count_data写库key
     */
    public static final String PDS_MALLZONEMINUTECOUNT_WRITE = "pds:mallZoneMinuteCount:write";
}