INNER CODE UNIT · Java

GlobalConstants

jwpttcg66/redis-game-transaction · src/main/java/com/redis/config/GlobalConstants.java:6

public class GlobalConstants {

    /**
     * redis Key的基本配置
     */
    public static class RedisKeyConfig {
        /**
         * 正常缓存有效时间
         */
        public static final int NORMAL_LIFECYCLE = 86400;
        //mget时,key的最大值
        public static final int MGET_MAX_KEY = 50;
        /**
         * 正常缓存有效时间一个月
         */
        public static final int NORMAL_MONTH_LIFECYCLE = 86400 * 24;
    }

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…