If you are using Spring 3.x, in application.properties, the following needs to be changed:
spring.redis.host=redis spring.redis.port=6379
to
spring.data.redis.host=redis spring.data.redis.port=6379