diff options
Diffstat (limited to 'iredis/data/commands/psync.md')
-rw-r--r-- | iredis/data/commands/psync.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/iredis/data/commands/psync.md b/iredis/data/commands/psync.md new file mode 100644 index 0000000..8cbacf2 --- /dev/null +++ b/iredis/data/commands/psync.md @@ -0,0 +1,13 @@ +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. |