摘要: RedisTemplate与Lettuce @Test void testRedis(){ ValueOperations<String, String> operations = redisTemplate.opsForValue(); operations.set("hello","world" 阅读全文
posted @ 2021-10-28 21:12 durtime 阅读(53) 评论(0) 推荐(0)