@Test public void hash() throws InterruptedException { HashOperations hashOperations = redisTemplate.opsForHash(); Info info1 = new Info(1001, "Hong"); Info ...
確定! 回上一頁