标签: java spring spring-boot redis spring-data-redis
在Spring Boot 1.5.x中,我可以通过扩展RedisCacheManager并在传递给RedisTemplate的{{1}}上设置密钥序列化器来提供自定义密钥序列化器。
RedisCacheManager
RedisTemplate
在Spring Data Redis 2.1.3中,super()中没有RedisTemplate。我该如何设置?
super()
Spring Boot 1.5.x
如何在新版Spring Redis中做到这一点?