上玄
技术教程
【笔记】Redis介绍和Java的整合
redis模板的调用实例代码 package com.sky.test; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.data.redis.connection.DataType; import org.springframework.data.redis.core.*; import javax.annotation.Resource; import java.util.List;...

最近评论