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">