1 | <?php |
||
11 | class Database extends LaravelRedisDatabase |
||
12 | { |
||
13 | /** |
||
14 | * Create an array of single connection or sentinel clients |
||
15 | * |
||
16 | * @param array $servers |
||
17 | * @param array $options |
||
18 | * @return array |
||
19 | */ |
||
20 | protected function createSingleClients(array $servers, array $options = []) |
||
34 | |||
35 | |||
36 | /** |
||
37 | * Sets the update sentinels flag on the connection if configured and possible. |
||
38 | * |
||
39 | * @param $connection ConnectionInterface |
||
40 | * @param $options array |
||
41 | */ |
||
42 | private function setUpdateSentinels($connection, $options) |
||
52 | } |
||
53 |