MCPcopy Create free account
hub / github.com/PlexPt/rocket-pt / type

Method type

src/main/java/com/rocketpt/server/util/RedisUtil.java:190–192  ·  view source on GitHub ↗

返回 key 所储存的值的类型 @param key @return

(String key)

Source from the content-addressed store, hash-verified

188 * @return
189 */
190 public DataType type(String key) {
191 return redisTemplate.type(key);
192 }
193
194 /** -------------------string相关操作--------------------- */
195

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected