mirror of
https://github.com/predis/predis.git
synced 2026-09-01 05:03:28 +00:00
Update README.
[ci skip]
This commit is contained in:
@@ -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 ####
|
||||
|
||||
|
||||
Reference in New Issue
Block a user