PHPdoc updated
This commit is contained in:
@ -15,7 +15,7 @@ class RedisManager
|
||||
/**
|
||||
* Redis connections
|
||||
*
|
||||
* @var array
|
||||
* @var Redis[]
|
||||
*/
|
||||
static protected $connections = array();
|
||||
|
||||
@ -25,6 +25,7 @@ class RedisManager
|
||||
* @param string $name connection name. If not set 'default' will be used.
|
||||
* @param array $config Configuration array.
|
||||
*
|
||||
* @throws GeneralException
|
||||
* @return Redis
|
||||
*/
|
||||
static public function connect($name = 'default', $config = null)
|
||||
|
Reference in New Issue
Block a user