summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/psync.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/psync.md')
-rw-r--r--iredis/data/commands/psync.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/iredis/data/commands/psync.md b/iredis/data/commands/psync.md
index 756a3b6..8cbacf2 100644
--- a/iredis/data/commands/psync.md
+++ b/iredis/data/commands/psync.md
@@ -3,12 +3,11 @@ 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].
+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.