扫码一下
查看教程更方便
Redis SYNC 命令用于同步主从服务器。
Redis 从节点调用 SYNC 来从主节点启动流复制。在 redis 新版本中已经被 PSYNC 代替。
redis SYNC 命令基本语法如下:
redis 127.0.0.1:6379> SYNC
>= 1.0.0
非标准数据, bulk 数据 + PING + 来自master的写请求。
redis 127.0.0.1:6379> SYNC
Entering slave output mode... (press Ctrl-C to quit)
SYNC with master, discarding 18 bytes of bulk transfer...
SYNC done. Logging commands from master.
"PING"
"PING"
"PING"
"PING"