Modify Spring's RedisCacheConfiguration
I'm setting the configuration of a Spring Data Redis Cache on application.properties using the spring.cache.redis.* keys. However, not everything is possible to be configured on application.properties and I'd like to get a reference to the RedisCacheConfiguration created by Spring and…