diff --git a/redisson-spring-boot-starter/README.md b/redisson-spring-boot-starter/README.md index 081f65224..72867798e 100644 --- a/redisson-spring-boot-starter/README.md +++ b/redisson-spring-boot-starter/README.md @@ -34,6 +34,15 @@ Gradle |redisson-spring-data-2x |2.x.y | |redisson-spring-data-3x |3.x.y | +For gradle, you can downgrade the to `redisson-spring-data-27` this way: + +```groovy + implementation ("org.redisson:redisson-spring-boot-starter:3.23.2") { + exclude group: 'org.redisson', module: 'redisson-spring-data-31' + } + implementation "org.redisson:redisson-spring-data-27:3.23.2" +``` + ### 2. Add settings into `application.settings` file Using common Spring Boot 3.x+ settings: