I have Spring Redis working using spring-data-redis with all default configuration likes localhost default port and so on.
spring-data-redis
localhost
port
Now
@Autowired private JedisConnectionFactory connectionFactory; @Bean JedisConnectionFactory connectionFactory() { return connectionFactory }