This commit is contained in:
WangHao
2021-10-29 18:03:23 +08:00
parent 3e9cef511a
commit c25ffa9b2a
8 changed files with 158 additions and 8 deletions

View File

@ -0,0 +1,16 @@
package com.ruoyi.common.utils.redis;
/**
* @Auther: Wang
* @Date: 2021/10/29 17:46
* 功能描述:
*/
public class KeyAll {
public static String COLON = ":";
//用户首页的数据信息 >> 标签的数量
public static String PERSONAL_MESSAGE = "bookmark:personal_message:";
}