summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/sync.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/sync.md')
-rw-r--r--iredis/data/commands/sync.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/iredis/data/commands/sync.md b/iredis/data/commands/sync.md
index 48250b4..cb95847 100644
--- a/iredis/data/commands/sync.md
+++ b/iredis/data/commands/sync.md
@@ -2,14 +2,13 @@ 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`.
+ `PSYNC`.
-For more information about replication in Redis please check the [replication
-page][tr].
+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.
+**Non standard return value**, a bulk transfer of the data followed by `PING` and write requests from the master.