spring-boot/spring-boot-project
Ryon a4ed406ee8 Improve cache auto-configuration for Redis
Expose key prefix, TTL and null value settings for spring-data-redis'
RedisCacheConfiguration in Spring .properties/yml configuration files.

Example:

spring.cache.redis.ttl=PT15M
spring.cache.redis.keyPrefix=foo
spring.cache.redis.useKeyPrefix=false
spring.cache.redis.cacheNullValues=false

See gh-10795
2017-11-10 11:30:46 +01:00
..
2017-11-10 09:49:13 +01:00
2017-11-10 09:49:13 +01:00
2017-11-09 17:07:15 +00:00
2017-11-10 09:49:13 +01:00