Update README.

[ci skip]
This commit is contained in:
Daniele Alessandri
2014-07-25 13:16:09 +02:00
parent 647c51a5b3
commit be6b7fe5f0
+3 -3
View File
@@ -169,9 +169,9 @@ $client->eval($READONLY_LUA_SCRIPT, 0); // Sticks to slave using `ev
$client->evalsha(sha1($READONLY_LUA_SCRIPT), 0); // ... and `evalsha`, too.
```
The `examples` directory contains two complete scripts showing how replication can be configured in
a [simple](examples/replication_simple.php) and a [more complex](examples/replication_complex.php)
scenario.
The `examples` directory contains two complete scripts showing how replication can be configured for
[simple](examples/replication_simple.php) or [complex](examples/replication_complex.php) scenarios.
#### Clustering ####