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

Method dump

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

序列化key @param key @return

(String key)

Source from the content-addressed store, hash-verified

63 * @return
64 */
65 public byte[] dump(String key) {
66 return redisTemplate.dump(key);
67 }
68
69 /**
70 * 是否存在key

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected