summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/psync.md
blob: 756a3b6bd59c3843ec6ad8c1089ed823a6869f64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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][tr].

[tr]: /topics/replication

@return

**Non standard return value**, a bulk transfer of the data followed by `PING`
and write requests from the master.