Update README.md

pull/2577/head
Nikita Koksharov 5 years ago committed by GitHub
parent 8fe41cade7
commit f4f801e8b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -78,6 +78,9 @@ By default each Region Factory creates own Redisson instance. For multiple appli
<property name="hibernate.cache.use_second_level_cache" value="true" />
<property name="hibernate.cache.use_query_cache" value="true" />
<!-- Redisson can fallback on database if Redis cache is unavailable -->
<property name="hibernate.cache.redisson.fallback" value="true" />
<!-- Redisson YAML config (located in filesystem or classpath) -->
<property name="hibernate.cache.redisson.config" value="/redisson.yaml" />
```

Loading…
Cancel
Save