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