RedisDefaultConfig.java 465 B

12345678
  1. package com.fdkankan.web.config;
  2. public class RedisDefaultConfig {
  3. // public static final TimeUnit DEFAULT_TIME_UNIT = TimeUnit.SECONDS; //redis默认过期时间单位
  4. // public static final int DEFAULT_EXPIRE_TIME = 7200; // redis默认过期时间,单位/秒, 60*60*2=2H, 两小时
  5. // public static final int CAMERA_EXPIRE_TIME = 604800; // 相机登陆7天有效期
  6. // public static final int USER_EXPIRE_TIME = 21600; // agent用户有效期
  7. }