I am using spring-data-redis 1.1.0 and jedis 2.1.0.
When i deploy my code to Karaf, i'am getting the below exception:
Is the byte array a result of corresponding serialization for DefaultDeserializer?;
nested exception is org.springframework.core.NestedIOException: Failed to deserialize object type;
nested exception is java.lang.ClassNotFoundException
It is working when my i am running JUnit.
Below is my redisTemplate.
<bean id="redisTemplate" class="org.springframework.data.redis.core.RedisTemplate">