Fix Redis cache auto-configuration
Add an explicit link to the `RedisAutoConfiguration` to make sure it is applied before the cache counter-part. Request the general `redisTemplate` so that non String-values can be handled by default as well. See gh-2633
Showing
Please register or sign in to comment