Source:Can not deserialize instance of java.lang.String out of START_ARRAY token
<properties>
<spring.data.redis>1.2.1.RELEASE</spring.data.redis>
<jedis>2.4.2</jedis>
</properties>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>${spring.data.redis}</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>${jedis}</version>
</dependency>