当前位置:网站首页>19_ Redis_ Manually configure the host after downtime
19_ Redis_ Manually configure the host after downtime
2022-07-02 15:20:00 【Listen to the rain】
Master slave configuration mode :
Model a :
Model 2 : Caterpillar type
If there is no boss (6379 It's down. ), Can you choose a boss to come out at this time ? Before sentinel mode comes out , The operation of selecting the boss needs to be completed manually
Configuration command : In the surviving slave 6380 Carry out orders :SLAVEOF no one
If the host is disconnected , We can use SLAVEOF no one Make yourself a host ! If this is the time for the boss to repair (6379 restart ), The boss is the barehanded commander , Need to reconfigure !
边栏推荐
猜你喜欢
随机推荐
学习使用php将时间戳转换为大写日期的方法代码示例
02_ Linear table_ Sequence table
Mfc a dialog calls B dialog function and passes parameters
[noi Simulation Competition] scraping (dynamic planning)
05_队列
LeetCode 209. Minimum length subarray
Solution of Queen n problem
LeetCode_ String_ Simple_ 412.Fizz Buzz
Base64 coding can be understood this way
TiDB数据迁移场景综述
LeetCode_ Sliding window_ Medium_ 395. Longest substring with at least k repeated characters
Base64 编码原来还可以这么理解
[c voice] explain the advanced pointer and points for attention (2)
[noi simulation] Elis (greedy, simulation)
MFC CString to char*
2021-2022学年编译原理考试重点[华侨大学]
Learn the method code of using PHP to realize the conversion of Gregorian calendar and lunar calendar
N皇后问题的解决
C#延时、在线程中开启定时器、获取系统时间
forEach的错误用法,你都学废了吗