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/

 

posted on 2019-05-09 23:29  0820LL  阅读(101)  评论(0编辑  收藏  举报

导航