Update README.md

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

@ -120,7 +120,7 @@ By default each Region Factory creates own Redisson instance. For multiple appli
Default value: INVALIDATE
`hibernate.cache.redisson.[REGION_NAME].localcache.reconnection_strategy` - reconnection strategy used to load missed updates through Hibernate during any connection failures to Redis. Since, local cache updates can't be get in absence of connection to Redis. Follow reconnection strategies are available:
`hibernate.cache.redisson.[REGION_NAME].localcache.reconnection_strategy` - reconnection strategy used to load missed local cache updates through Hibernate during any connection failures to Redis. Follow reconnection strategies are available:
`CLEAR` - Clear local cache if map instance has been disconnected for a while.
`LOAD` - Store invalidated entry hash in invalidation log for 10 minutes. Cache keys for stored invalidated entry hashes will be removed if LocalCachedMap instance has been disconnected less than 10 minutes or whole cache will be cleaned otherwise.
`NONE` - Default. No reconnection handling

Loading…
Cancel
Save