Redis高可用技术解决方案[单副本、多副本(主从)、哨兵]大全

Redis常见的几种主要使用方式:

  • Redis 单副本
  • Redis 多副本(主从)
  • Redis Sentinel(哨兵)
  • Redis Cluster
  • Redis 自研

Redis各种使用方式的优缺点: