批量添加 @param maps
(Map<String, String> maps)
| 320 | * @param maps |
| 321 | */ |
| 322 | public void multiSet(Map<String, String> maps) { |
| 323 | redisTemplate.opsForValue().multiSet(maps); |
| 324 | } |
| 325 | |
| 326 | /** |
| 327 | * 同时设置一个或多个 key-value 对,当且仅当所有给定 key 都不存在 |
nothing calls this directly
no outgoing calls
no test coverage detected