从主服务节点初始化流复制。
Redis 从节点调用 SYNC 来从主节点启动流复制。在 redis 新版本中已经被 PSYNC 代替。
更多信息可以参考 Redis 复制。
*返回值
非标准数据, 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"