Update README.

[ci skip]
This commit is contained in:
Daniele Alessandri
2016-05-28 20:28:18 +02:00
parent f64bd83f9d
commit 5850029f89
+2 -2
View File
@@ -235,14 +235,14 @@ must be provided via the global `parameters` client option. This option can also
a different database index. The client options array would then look like this:
```php
$options = [
$options = [
'replication' => 'sentinel',
'service' => 'mymaster',
'parameters' => [
'password' => $secretpassword,
'database' => 10,
],
];
];
```
While Predis is able to distinguish commands performing write and read-only operations, `EVAL` and