com.lx.constant.DefaultRedisConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lxboot3 Show documentation
Show all versions of lxboot3 Show documentation
使用文档: https://a7fi97h1rc.feishu.cn/docx/X3LRdtLhkoXQ8hxgXDQc2CLOnEg?from=from_copylink
package com.lx.constant;
/**
* @author ylx
*/
public class DefaultRedisConstant {
/***
* redis的key的前缀
*/
public interface RedisPrefix{
//规定时间内次数限制
String NUMBER_OF_LIMIT = "system-server:numberOfLimit:";
//用户token对应用户id:appid
String USER_LOGIN_INFO_USER_INFO_APPID_BY_TOKEN = "system-server:user_login_info:token:";
//用户的指定appid的上次token
String USER_LOGIN_INFO_TOKEN_BY_USER_ID_USER_TYPE = "system-server:user_login_info:user_id:user_type:token:";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy