1
0
Fork 0
iredis/iredis/data/commands/sync.md
Daniel Baumann 7d10e6c54a
Adding upstream version 1.13.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 17:11:00 +01:00

14 lines
451 B
Markdown

Initiates a replication stream from the master.
The `SYNC` command is called by Redis replicas for initiating a replication
stream from the master. It has been replaced in newer versions of Redis by
`PSYNC`.
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.