All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lx.constant.DefaultRedisConstant Maven / Gradle / Ivy

Go to download

使用文档: https://a7fi97h1rc.feishu.cn/docx/X3LRdtLhkoXQ8hxgXDQc2CLOnEg?from=from_copylink

There is a newer version: 1.1
Show newest version
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