mirror of
https://github.com/predis/predis.git
synced 2026-08-18 06:21:46 +00:00
Update README.
[ci skip]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user