summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/sync.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-04 07:19:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-04 07:19:32 +0000
commit7480e618ec785ba8a1c74c8a150cffe5880fb3bb (patch)
tree87422376dd9a7eee55850f0fce9a8bb4c13e44a2 /iredis/data/commands/sync.md
parentAdding upstream version 1.12.1. (diff)
downloadiredis-7480e618ec785ba8a1c74c8a150cffe5880fb3bb.tar.xz
iredis-7480e618ec785ba8a1c74c8a150cffe5880fb3bb.zip
Adding upstream version 1.13.0.upstream/1.13.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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.