This commit is contained in:
2021-12-06 15:52:05 +08:00
parent 20adc186d4
commit 81e55ecdf1
+1 -1
View File
@@ -50,7 +50,7 @@ class Redis implements StopHeartbeatCheck
{ {
$this->host = $config['host']; $this->host = $config['host'];
$this->port = $config['port']; $this->port = $config['port'];
$this->database = $config['database']; $this->database = $config['databases'];
$this->auth = $config['auth']; $this->auth = $config['auth'];
$this->prefix = $config['prefix']; $this->prefix = $config['prefix'];
$this->timeout = $config['timeout']; $this->timeout = $config['timeout'];