diff --git a/redisson-hibernate/README.md b/redisson-hibernate/README.md index 432c4fcf1..104d1cd49 100644 --- a/redisson-hibernate/README.md +++ b/redisson-hibernate/README.md @@ -2,7 +2,6 @@ Implements [Hibernate 2nd level Cache](https://docs.jboss.org/hibernate/orm/5.4/userguide/html_single/Hibernate_User_Guide.html#caching) provider based on Redis. Supports all Hibernate cache strategies: `READ_ONLY`, `NONSTRICT_READ_WRITE`, `READ_WRITE` and `TRANSACTIONAL`. -It's recommended to use FST or Snappy as [codec](https://github.com/redisson/redisson/wiki/4.-data-serialization). Compatible with Hibernate 4.x, 5.1.x, 5.2.x and 5.3.3+ up to 5.4.x @@ -38,7 +37,7 @@ Maven redisson-hibernate-52 redisson-hibernate-53 - 3.12.4 + 3.12.5 ``` @@ -46,13 +45,13 @@ Gradle ```groovy // for Hibernate v4.x - compile 'org.redisson:redisson-hibernate-4:3.12.4' + compile 'org.redisson:redisson-hibernate-4:3.12.5' // for Hibernate v5.0.x - v5.1.x - compile 'org.redisson:redisson-hibernate-5:3.12.4' + compile 'org.redisson:redisson-hibernate-5:3.12.5' // for Hibernate v5.2.x - compile 'org.redisson:redisson-hibernate-52:3.12.4' + compile 'org.redisson:redisson-hibernate-52:3.12.5' // for Hibernate v5.3.3+ - v5.4.x - compile 'org.redisson:redisson-hibernate-53:3.12.4' + compile 'org.redisson:redisson-hibernate-53:3.12.5' ``` ### 2. Specify hibernate cache settings diff --git a/redisson-mybatis/README.md b/redisson-mybatis/README.md index 743e5ac36..677ddefb1 100644 --- a/redisson-mybatis/README.md +++ b/redisson-mybatis/README.md @@ -29,14 +29,14 @@ Maven org.redisson redisson-mybatis - 3.12.4 + 3.12.5 ``` Gradle ```groovy - compile 'org.redisson:redisson-mybatis:3.12.4' + compile 'org.redisson:redisson-mybatis:3.12.5' ``` ### 2. Specify MyBatis cache settings diff --git a/redisson-spring-boot-starter/README.md b/redisson-spring-boot-starter/README.md index e70dbfcb0..627a10016 100644 --- a/redisson-spring-boot-starter/README.md +++ b/redisson-spring-boot-starter/README.md @@ -16,14 +16,14 @@ Maven org.redisson redisson-spring-boot-starter - 3.12.4 + 3.12.5 ``` Gradle ```groovy - compile 'org.redisson:redisson-spring-boot-starter:3.12.4' + compile 'org.redisson:redisson-spring-boot-starter:3.12.5' ``` diff --git a/redisson-spring-data/README.md b/redisson-spring-data/README.md index 58aa72089..eef889b86 100644 --- a/redisson-spring-data/README.md +++ b/redisson-spring-data/README.md @@ -27,7 +27,7 @@ Maven redisson-spring-data-21 redisson-spring-data-22 - 3.12.4 + 3.12.5 ``` @@ -35,17 +35,17 @@ Gradle ```groovy // for Spring Data Redis v.1.6.x - compile 'org.redisson:redisson-spring-data-16:3.12.4' + compile 'org.redisson:redisson-spring-data-16:3.12.5' // for Spring Data Redis v.1.7.x - compile 'org.redisson:redisson-spring-data-17:3.12.4' + compile 'org.redisson:redisson-spring-data-17:3.12.5' // for Spring Data Redis v.1.8.x - compile 'org.redisson:redisson-spring-data-18:3.12.4' + compile 'org.redisson:redisson-spring-data-18:3.12.5' // for Spring Data Redis v.2.0.x - compile 'org.redisson:redisson-spring-data-20:3.12.4' + compile 'org.redisson:redisson-spring-data-20:3.12.5' // for Spring Data Redis v.2.1.x - compile 'org.redisson:redisson-spring-data-21:3.12.4' + compile 'org.redisson:redisson-spring-data-21:3.12.5' // for Spring Data Redis v.2.2.x - compile 'org.redisson:redisson-spring-data-21:3.12.4' + compile 'org.redisson:redisson-spring-data-21:3.12.5' ``` ### 2. Register `RedissonConnectionFactory` in Spring context