“Spring Boot 连 Redis”的版本间的差异
跳到导航
跳到搜索
Jihongchang(讨论 | 贡献) |
Jihongchang(讨论 | 贡献) |
||
(未显示同一用户的4个中间版本) | |||
第7行: | 第7行: | ||
[[Spring Boot 连 Redis 主从模式]] (Master/Replica 读写分离) | [[Spring Boot 连 Redis 主从模式]] (Master/Replica 读写分离) | ||
− | Spring Boot 连 Redis | + | [[Spring Boot 连 Redis Sentinal]](带故障转移) |
− | Spring Boot 连 Redis | + | [[Spring Boot 连 Redis Cluster]] |
− | Spring Boot 连 Redis | + | Spring Boot 连 Redis 多实例(多 master、slave) |
Spring Boot 和 Redis 分布式锁 | Spring Boot 和 Redis 分布式锁 | ||
+ | |||
+ | pub/sub |
2023年2月20日 (一) 04:29的最新版本
https://github.com/spring-projects/spring-data-examples/
Spring Boot 连 Redis 独立模式(standalone mode)
Spring Boot 连 Redis 主从模式 (Master/Replica 读写分离)
Spring Boot 连 Redis Sentinal(带故障转移)
Spring Boot 连 Redis 多实例(多 master、slave)
Spring Boot 和 Redis 分布式锁
pub/sub