spring data redis 2.2.x版本以上开始支持redis 3.x 4.x 5.x等高级版本,这里使用2.3.3.RELEASE版本
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>2.3.3.RELEASE</version>
</dependency>
POM信息: https://github.com/spring-projects/spring-data-redis/blob/2.3.3.RELEASE/pom.xml
spring-data-redis版本说明: https://docs.spring.io/spring-data/redis/docs/current/reference/html/#new-features
注: