Spring Data Redis Cache implementation is not compatible with Cache.retrieve(key)
semantics
#31637
Labels
Milestone
Cache.retrieve(key)
semantics
#31637
In the CacheAspectSupport.findInCaches method
CompletableFuture<?> cachedFuture = cache.retrieve(key);
spring cache result is null, spring redis cache result is CompletableFuture.completedFuture(null) causing result return error
The text was updated successfully, but these errors were encountered: