Преглед на файлове

Update README.

[ci skip]
Daniele Alessandri преди 10 години
родител
ревизия
647c51a5b3
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -140,6 +140,7 @@ commands on slave nodes and automatically switch to the master node as soon as a
 a write operation is executed. This is the basic configuration needed work with replication:
 a write operation is executed. This is the basic configuration needed work with replication:
 
 
 ```php
 ```php
+// Parameters require one master node specifically marked with `alias=master`.
 $parameters = ['tcp://10.0.0.1?alias=master', 'tcp://10.0.0.2?alias=slave-01'];
 $parameters = ['tcp://10.0.0.1?alias=master', 'tcp://10.0.0.2?alias=slave-01'];
 $options    = ['replication' => true];
 $options    = ['replication' => true];