Easy Tutorial
❮ Keys Type Keys Pexpire ❯

Redis Sync Command

Redis Server

The Redis Sync command is used to synchronize master and slave servers.

Syntax

The basic syntax for the redis SYNC command is as follows:

redis 127.0.0.1:6379> SYNC

Available Versions

= 1.0.0

Return Value

Unclear.

Example

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 Server

❮ Keys Type Keys Pexpire ❯