Java Spring 使用 Redis

在 Java 中使用 Redis 需要使用 Jedis.jar

github 页面 https://github.com/xetorthio/jedis

javadocs http://xetorthio.github.io/jedis/

Spring 中使用 Redis 除了 jedis.jar 外,还需要 spring-data-redis.jar

网页:https://spring.io/projects/spring-data-redis#overview

API:https://docs.spring.io/spring-data/redis/docs/2.1.6.RELEASE/api/

原文地址:https://www.cnblogs.com/0820LL/p/10841811.html