Loading... ```java // 当 A,B key 为空时,返回的 List 长度为 2 而不是 0 // list[0] = null, list[1] = null list.add("A"); list.add("B"); stringRedisTemplate.opsForHash().multiGet(key, List<Object> list); ``` Last modification:December 14, 2023 © Allow specification reprint Like 0 如果觉得我的文章对你有用,请随意赞赏
Comment here is closed