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

Method set

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

设置指定 key 的值 @param key @param value

(String key, String value)

Source from the content-addressed store, hash-verified

200 * @param value
201 */
202 public void set(String key, String value) {
203 redisTemplate.opsForValue().set(key, value);
204 }
205
206 /**
207 * 获取指定 key 的值

Callers 4

updateSmtpConfigMethod · 0.45
setExMethod · 0.45
setRangeMethod · 0.45
lSetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected