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

Method multiGet

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

批量获取 @param keys @return

(Collection<String> keys)

Source from the content-addressed store, hash-verified

254 * @return
255 */
256 public List<String> multiGet(Collection<String> keys) {
257 return redisTemplate.opsForValue().multiGet(keys);
258 }
259
260 /**
261 * 设置ASCII码, 字符串'a'的ASCII码是97, 转为二进制是'01100001', 此方法是将二进制第offset位值变为value

Callers 1

hMultiGetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected