摘要: 注意点:redis过期时间 Long userId= UserSession.getUserId(); if (userId!= null && userId!= 0l) { String key= "count:" + userId; Object obj = redisUtil.get(key) 阅读全文
posted @ 2023-09-14 14:35 白玉神驹 阅读(29) 评论(0) 推荐(0)