diff --git a/kiri-engine/Cache/Base/Redis.php b/kiri-engine/Cache/Base/Redis.php index a3abd50f..0b204e04 100644 --- a/kiri-engine/Cache/Base/Redis.php +++ b/kiri-engine/Cache/Base/Redis.php @@ -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'];