PSYNC

Syntax
PSYNC replicationid offset
Available since:
2.8.0
Time complexity:
ACL categories:
@admin, @slow, @dangerous,

Initiates a replication stream from the master.

The PSYNC command is called by Redis replicas for initiating a replication stream from the master.

For more information about replication in Redis please check the replication page.

RESP2/RESP3 Reply

Non-standard return value, a bulk transfer of the data followed by PING and write requests from the master.
RATE THIS PAGE
Back to top ↑