改名
This commit is contained in:
@@ -48,6 +48,7 @@ class Redis implements StopHeartbeatCheck
|
|||||||
*/
|
*/
|
||||||
public function __construct(array $config)
|
public function __construct(array $config)
|
||||||
{
|
{
|
||||||
|
var_dump($config);
|
||||||
$this->host = $config['host'];
|
$this->host = $config['host'];
|
||||||
$this->port = $config['port'];
|
$this->port = $config['port'];
|
||||||
$this->database = $config['database'];
|
$this->database = $config['database'];
|
||||||
|
|||||||
Reference in New Issue
Block a user