客户端的使用
jedis
maven
1 <!-- https://mvnrepository.com/artifact/redis.clients/jedis -->
2 <dependency>
3 <groupId>redis.clients</groupId>
4 <artifactId>jedis</artifactId>
5 <version>2.9.0</version>
6 </dependency>
1 <!-- https://mvnrepository.com/