Redis SYNC命令

Redis SYNC命令用于同步从站服务到主站。

返回值

字符串返回

语法

redis SYNC命令的基本语法如下所示:

redis 127.0.0.1:6379> SYNC 

例子

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"

上一篇: 下一篇: Redis环境安装配置