INNER CODE UNIT · Java

NORMAL_MONTH_LIFECYCLE

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

        public static final int NORMAL_MONTH_LIFECYCLE = 86400 * 24;
    }


    /**
     * redis Key的基本配置
     */
    public static class RedisConfigFile {
        /**
         * pool
         */
        public static final String REDIS_POOL_CONIFG = "redis-pool-config.xml";
        /**
         * redis
         */
        public static final String REDIS = "redis_data.xml";
    }

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…