Sentinel — Redis 命令参考
虽然Redis Sentinel 释出为一个单独的可执行文件 redis-sentinel, 但实际上它只是一个运行在特殊模式下的 Redis 服务器,你可以在启动一个普通 Redis 服务器时通过...
Redis 自动故障转移sentinel(哨兵)实践 - 推酷
启动哨兵[root@CentOSredis]# redis-sentinel redis-sentinel-26379.conf [root@CentOSredis]# redis-sentinel redis-sentinel-26380.conf [root@CentOSredis]# ...