redis的多机数据库实现,主要分为以下几种: 1,主从复制 2,哨兵模式 3,Redis官方提供的Cluster集群模式(服务端) 4,Jedis sharding集群(客户端sharding) 5, 利用中间件代理,比如codis等 其中前三个为