摘要: Long len = redisTemplate.opsForList().size(CacheConstants.CACHE_LOG_LIST); if (len != null && len > 0) { long i = len / 1000 + 1; while (i > 0) { List 阅读全文
posted @ 2021-10-18 15:51 qwer78 阅读(408) 评论(0) 推荐(0)