Redis在Java项目中的依赖

compile group: org.springframework.boot, name: spring-boot-starter-data-redis, version: 2.0.4.RELEASEcompile group: redis.clients, name: jedis, version: 2.9.0可能会漏了后者。

  compile group: 'org.springframework.boot', name: 'spring-boot-starter-data-redis', version: '2.0.4.RELEASE'
  compile group: 'redis.clients', name: 'jedis', version: '2.9.0'

可能会漏了后者。

本文标题为:Redis在Java项目中的依赖

基础教程推荐