Files
spring-data-redis/src/test/java/org/springframework/data
Christoph Strobl 16f7a445ba DATAREDIS-612 - Polishing.
Introduce dedicated methods utilizing the ReactiveMessageListenerContainer to create a stream of Messages via ReactiveRedisTemplate.

redisTemplate.listenToChannel("channel1", "channel2").doOnNext(msg -> {
    // message processing ...
}).subscribe();

Add close-/destroyLater methods avoiding blocking shutdown of connections and containers.

Original Pull Request: #295
2018-04-26 09:27:34 +02:00
..
2018-04-26 09:27:34 +02:00