Hi
I am going through retwis-j example. The tutorial does not mention about cloudfoundry:
http://docs.spring.io/spring-data/data-keyvalue/examples/retwisj/current/
But spring configuration is set up to use cloudfoundry in applicationContext-redis.xml:
<cloud:service-properties id="cfoundryEnv" />
<context:property-placeholder properties-ref="cfoundryEnv"/>
It looks there is a contradiction with the tutorial and the implementation. Can this be considered as a bug?