1 | <?php |
||
13 | class Predis |
||
14 | { |
||
15 | private static $instance; |
||
16 | |||
17 | private static $clientSet; |
||
18 | |||
19 | /** |
||
20 | * @return Predis |
||
21 | */ |
||
22 | 1 | public static function getInstance() |
|
29 | |||
30 | /** |
||
31 | * @return \monsterhunter\oauth2\redis\RedisClient |
||
32 | */ |
||
33 | 1 | public function getClient() |
|
41 | |||
42 | 1 | private function getParams() |
|
55 | } |
||
56 |