Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlexPt/rocket-pt
/ hasKey
Method
hasKey
src/main/java/com/rocketpt/server/util/RedisUtil.java:75–77 ·
view source on GitHub ↗
是否存在key @param key @return
(String key)
Source
from the content-addressed store, hash-verified
73
* @
return
74
*/
75
public
Boolean hasKey(String key) {
76
return
redisTemplate.hasKey(key);
77
}
78
79
/**
80
* 设置过期时间
Callers
1
hExists
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected