随笔分类 -  Redis

摘要:/** * 取尽存储的值,获取最新值 * * @param key * @return */ @Override public String popData(String key) { List<String> list = new ArrayList<>(); String popDataKey 阅读全文
posted @ 2022-09-06 16:53 java从精通到入门 阅读(371) 评论(0) 推荐(0)
摘要:@GetMapping("/information") @Cacheable(cacheNames = "dfs_screen_information", key = "'lineId=' + #lineId + ',componentName=' + #componentName + ',date 阅读全文
posted @ 2022-06-23 16:57 java从精通到入门 阅读(683) 评论(0) 推荐(0)