ruoyi-common/src/main/java/com/ruoyi/common/constant/CacheConstants.java
@@ -2,11 +2,10 @@ /** * 缓存的key 常量 * * * @author ruoyi */ public class CacheConstants { public class CacheConstants { /** * 登录用户 redis key */ @@ -41,8 +40,18 @@ * 登录账户密码错误次数 redis key */ public static final String PWD_ERR_CNT_KEY = "pwd_err_cnt:"; /** * 授权使用机器码 redis key */ public static final String AUTH_CONFIG_KEY = "auth_config:"; /** * 所有相机 redis key */ public static final String CAMERA_LIST_KEY = "camera_list:"; /** * 所有用户 redis key */ public static final String USER_LIST_KEY = "user_list:"; }