![JAR search and dependency download from the Maven repository](/logo.png)
com.zc.smartcity.redis.enums.ExpireTimeEnum Maven / Gradle / Ivy
The newest version!
package com.zc.smartcity.redis.enums;
/**
*
* ExpireTimeEnum
*
*
* @author: hejianhui
* @see ExpireTimeEnum
* @since JDK1.8
*/
public enum ExpireTimeEnum {
/**
* expire time units: EX = seconds; PX = milliseconds
* key 的存在时间: EX = seconds; PX = milliseconds
*/
EX,PX
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy