我使用的是spring-data-redis 1.1.0和jedis 2.1.0。
当我将代码部署到Karaf时,我得到以下异常:
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
当我运行JUnit时,它正在工作。
下面是我的redisTemplate。
<bean id="redisTemplate" class="org.springframework.data.redis.core.RedisTemplate">