-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed as not planned
Labels
has: design-decisionAn issue that contains a design decision about its topicAn issue that contains a design decision about its topicstatus: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement
Description
Christoph Strobl opened DATAREDIS-938 and commented
Add option to read cache configuration from properties file.
The idea ist to have one global (default) configuration file redis-cache.properties
locked: [true, false]
ttl: 100
nullValues: [true, false]
keyPrefix: [simple, none]
serializer: [raw, java, string, json]
key.serializer : [raw, java, string, json]
value.serializer : [raw, java, string, json]
and additional ones for individual caches person.redis-cache.properties
that can alter the defaults.
ttl: 200
Reference URL: spring-projects/spring-boot#19042
Metadata
Metadata
Assignees
Labels
has: design-decisionAn issue that contains a design decision about its topicAn issue that contains a design decision about its topicstatus: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement