We now use StepVerifier and RxJava's .test() methods instead of .block() calls. Using blocking methods is an anti pattern which should be avoided within tests. Test API comes with timeouts and protects tests from never completing.
Spring Data Redis 2.0 - Reactive examples
This project contains samples of reactive data access features with Spring Data (Redis).
Prerequisites
This project contains samples of specific features of Spring Data Redis using reactive infrastructure.