|
|
|
@ -38,7 +38,7 @@ Maven
|
|
|
|
|
<artifactId>redisson-hibernate-52</artifactId>
|
|
|
|
|
<!-- for Hibernate v5.3.3+ - v5.5.x -->
|
|
|
|
|
<artifactId>redisson-hibernate-53</artifactId>
|
|
|
|
|
<version>3.16.2</version>
|
|
|
|
|
<version>3.16.4</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
@ -46,13 +46,13 @@ Gradle
|
|
|
|
|
|
|
|
|
|
```groovy
|
|
|
|
|
// for Hibernate v4.x
|
|
|
|
|
compile 'org.redisson:redisson-hibernate-4:3.16.2'
|
|
|
|
|
compile 'org.redisson:redisson-hibernate-4:3.16.4'
|
|
|
|
|
// for Hibernate v5.0.x - v5.1.x
|
|
|
|
|
compile 'org.redisson:redisson-hibernate-5:3.16.2'
|
|
|
|
|
compile 'org.redisson:redisson-hibernate-5:3.16.4'
|
|
|
|
|
// for Hibernate v5.2.x
|
|
|
|
|
compile 'org.redisson:redisson-hibernate-52:3.16.2'
|
|
|
|
|
compile 'org.redisson:redisson-hibernate-52:3.16.4'
|
|
|
|
|
// for Hibernate v5.3.3+ - v5.5.x
|
|
|
|
|
compile 'org.redisson:redisson-hibernate-53:3.16.2'
|
|
|
|
|
compile 'org.redisson:redisson-hibernate-53:3.16.4'
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### 2. Specify hibernate cache settings
|
|
|
|
|