Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/L1yp/van-app
/ getExpireAt
Method
getExpireAt
src/main/java/com/l1yp/base/RedisKey.java:74–76 ·
view source on GitHub ↗
指定时间点过期, 需要对应服务器的时区
()
Source
from the content-addressed store, hash-verified
72
* 指定时间点过期, 需要对应服务器的时区
73
*/
74
public
long getExpireAt() {
75
return
expireAt;
76
}
77
78
/**
79
* 多少时间之后过期
Callers
4
execute
Method · 0.95
hset
Method · 0.80
hmset
Method · 0.80
set
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected