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

Method multiSet

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

批量添加 @param maps

(Map<String, String> maps)

Source from the content-addressed store, hash-verified

320 * @param maps
321 */
322 public void multiSet(Map<String, String> maps) {
323 redisTemplate.opsForValue().multiSet(maps);
324 }
325
326 /**
327 * 同时设置一个或多个 key-value 对,当且仅当所有给定 key 都不存在

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected