“Spring Boot 连 Redis”的版本间的差异

来自姬鸿昌的知识库
跳到导航 跳到搜索
第6行: 第6行:
  
 
[[Spring Boot 连 Redis 主从模式]] (Master/Replica 读写分离)
 
[[Spring Boot 连 Redis 主从模式]] (Master/Replica 读写分离)
 +
 +
[[Spring Boot 连 Redis Sentinal]](带故障转移)
  
 
Spring Boot 连 Redis 多实例(多 master、slave)
 
Spring Boot 连 Redis 多实例(多 master、slave)

2023年2月19日 (日) 10:42的版本

https://github.com/spring-projects/spring-data-examples/

使用 Redis 查询的一般程序实现和击穿、雪崩、穿透

Spring Boot 连 Redis 独立模式(standalone mode)

Spring Boot 连 Redis 主从模式 (Master/Replica 读写分离)

Spring Boot 连 Redis Sentinal(带故障转移)

Spring Boot 连 Redis 多实例(多 master、slave)

sentinal

Spring Boot 连 Redis 集群(cluster)

Spring Boot 和 Redis 分布式锁

pub/sub