Redisson allows to define follow cache settings per entity, collection, naturalid, query and timestamp regions:
#### Redisson allows to define follow cache settings per entity, collection, naturalid, query and timestamp regions:
`hibernate.cache.redisson.[REGION_NAME].eviction.max_entries` - max size of cache. Superfluous entries in Redis are evicted using LRU algorithm. `0` value means unbounded cache. Default value: 0
@ -134,7 +134,7 @@ Default value: NONE
_Please note: `*.localcache.*` settings are available for `RedissonClusteredLocalCachedRegionFactory` and `RedissonLocalCachedRegionFactory` classes only._
Default region configuration used for all caches not specified in configuration:
#### Default region configuration used for all caches not specified in configuration:
```xml
<!-- cache definition applied to all caches in entity region -->
@ -198,7 +198,7 @@ Default region configuration used for all caches not specified in configuration:
Integrates Redisson with Spring Boot library. Depends on [Spring Data Redis](https://github.com/redisson/redisson/tree/master/redisson-spring-data#spring-data-redis-integration) module.
Supports Spring Boot 1.3.x, 1.4.x, 1.5.x, 2.0.x
Supports Spring Boot 1.3.x, 1.4.x, 1.5.x, 2.0.x, 2.1.x
<sub>Please consider __[Redisson PRO](https://redisson.pro)__ version for advanced features and support by SLA.</sub>
Integrates Redisson with Spring Data Redis library. Provides ability to work with Redis through `RedisTemplate` object.
Integrates Redisson with Spring Data Redis library. Implements Spring Data's `RedisConnection` and `RedisClusterConnection` interfaces, so you could work with Redis through `RedisTemplate` object.
Supports Spring Data Redis 1.6.x, 1.7.x, 1.8.x, 2.0.x
Supports Spring Data Redis 1.6.x, 1.7.x, 1.8.x, 2.0.x, 2.1.x
<sub>Please consider __[Redisson PRO](https://redisson.pro)__ version for advanced features and support by SLA.</sub>