Update README.md

pull/2691/head
Nikita Koksharov 5 years ago committed by GitHub
parent 65e4d2c7af
commit 9fa1b48992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -127,7 +127,7 @@ By default each Region Factory creates own Redisson instance. For multiple appli
|-|-| |-|-|
|Parameter| `hibernate.cache.redisson.[REGION_NAME].localcache.store_mode` | |Parameter| `hibernate.cache.redisson.[REGION_NAME].localcache.store_mode` |
|Description| Store mode of cache data.<br/>`LOCALCACHE` - store data in local cache only and use Redis only for data update/invalidation<br/>`LOCALCACHE_REDIS` - store data in both Redis and local cache | |Description| Store mode of cache data.<br/>`LOCALCACHE` - store data in local cache only and use Redis only for data update/invalidation<br/>`LOCALCACHE_REDIS` - store data in both Redis and local cache |
|Default value| `LOCALCACHE_REDIS` | |Default value| `LOCALCACHE` |
| | | | | |
|-|-| |-|-|

Loading…
Cancel
Save