SpringBoot2.X之redis整理

1.redis异常影响业务处理

使用Spring Cache时 优雅的处理缓存系统无法连接

2.springboot2.x redis配置

JedisConnectionFactory的设置连接方法过时(Deprecated)的解决方案

Spring Boot 2.x Redis多数据源配置(jedis,lettuce)

SpringBoot2集成RedisCacheManager

springboot2.x 的 RedisCacheManager

springboot 2.X 集成redis 以及缓存@Cacheable

Springboot2.x使用redis作为缓存

springboot2.x redis缓存配置

springCache配置中踩的坑

springboot2.0 redis EnableCaching的配置和使用

你可能感兴趣的:(SpringBoot)