skip to Main Content

Unable to get collection from Redis cache

We are using Redis cache for storing data in cache in our application. We are directly using @Cacheable to allow caching and using redis underneath to cache. Below is the config Redis Config - @Configuration @EnableCaching @RequiredArgsConstructor public class RedisConfig…

VIEW QUESTION

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…

VIEW QUESTION
Back To Top
Search