Each test setups a Redis server before test class and tears it down after them. Since each Redis server listens on port 6379, we can't let them to listen to the same port with parallel options.
Spring Data Redis
Relevant Articles:
- Introduction to Spring Data Redis
- PubSub Messaging with Spring Data Redis
- An Introduction to Spring Data Redis Reactive
Build the Project with Tests Running
mvn clean install
Run Tests Directly
mvn test