了解 SLAVEOF 命令以将 redis slave 更改为 master
Understanding SLAVEOF command to change redis slave to master
我想将我的 redis slave 更改为 master,所以我阅读了 SLAVEOF。但我不明白这一行:
"SLAVEOF NO ONE 的形式将停止复制,将服务器变成一个
MASTER,但不会丢弃复制
相信以下编辑会帮助您理解:
The form SLAVEOF NO ONE will stop replication, turning the server into a MASTER, but will not discard the replicated data
我想将我的 redis slave 更改为 master,所以我阅读了 SLAVEOF。但我不明白这一行:
"SLAVEOF NO ONE 的形式将停止复制,将服务器变成一个 MASTER,但不会丢弃复制
相信以下编辑会帮助您理解:
The form SLAVEOF NO ONE will stop replication, turning the server into a MASTER, but will not discard the replicated data