This commit is contained in:
2021-12-06 15:48:57 +08:00
parent b3e06a680a
commit 8c16d9f4b3
+1
View File
@@ -48,6 +48,7 @@ class Redis implements StopHeartbeatCheck
*/
public function __construct(array $config)
{
var_dump($config);
$this->host = $config['host'];
$this->port = $config['port'];
$this->database = $config['database'];