概述:
在之前的博客中,有提到過Redis 在服務(wù)端的一些相關(guān)知識(shí),今天主要講一下Java 整合Redis的相關(guān)內(nèi)容。
下面是Jedis 的相關(guān)依賴:
<dependency> <groupId>redis.clients</groupId> <artifactId>jedis</artifactId> <version>2.5.1</version> </dependency> <!-- redis --> <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-redis</artifactId> <version>1.0.2.RELEASE</version> </dependency>
延伸閱讀
學(xué)習(xí)是年輕人改變自己的最好方式