Skip to content

Commit 1451a6a

Browse files
authored
Update in "index.md" file (#870)
Changed the sentence to say "REPLICAOF NO ONE won't discard the previously replicated data"
1 parent a40b605 commit 1451a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/commands/replicaof/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If a Redis server is already acting as replica, the command `REPLICAOF` NO ONE w
6060

6161
If a server is already a replica of some master, `REPLICAOF` hostname port will stop the replication against the old server and start the synchronization against the new one, discarding the old dataset.
6262

63-
The form `REPLICAOF` NO ONE will stop replication, turning the server into a MASTER, but will not discard the replication. So, if the old master stops working, it is possible to turn the replica into a master and set the application to use this new master in read/write. Later when the other Redis server is fixed, it can be reconfigured to work as a replica.
63+
The form `REPLICAOF` NO ONE will stop replication, turning the server into a MASTER, but will not discard the already replicated data. So, if the old master stops working, it is possible to turn the replica into a master and set the application to use this new master in read/write. Later when the other Redis server is fixed, it can be reconfigured to work as a replica.
6464

6565
## Examples
6666

0 commit comments

Comments
 (0)