I upgraded to 3.0.7 and am using spring data redis 1.0.0 and I'm still getting autowire failures when running that say it can't find any matching beans:
This isn't a big deal, I was more curious why it wasn't working and odds are I have something configured wrong, but trying to autowire this using 3.0.7 doesn't seem to work for me. I will probably attempt to setup a small project later with the latest 3.1 and see what that does.Code:Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [org.springframework.data.redis.core.ListOperations] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true), @org.springframework.beans.factory.annotation.Qualifier(value=redisTemplate)}
thanks


Reply With Quote
