I\'m trying to publish a message to a channel using Spring data Redis using Jedis. Here is a very simple Java config:
@Bean(name=\"jedisConnectionFactory\")
had a similar problem with spring-boot-starter-data-redis 2.0.4
when i implicitly put the dependency to jedis in the app pom.xml it somehow worked
redis.clients jedis 2.9.0
eclipse complains about "Duplicating managed version", but everything else works