From eba7dc29b356e8798a6c4cf3c9950da8746dba1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 18 Feb 2022 10:48:43 +0800 Subject: [PATCH] modify plugin name --- kiri-engine/Cache/Base/Redis.php | 1 + 1 file changed, 1 insertion(+) diff --git a/kiri-engine/Cache/Base/Redis.php b/kiri-engine/Cache/Base/Redis.php index 300dbb6e..e2396569 100644 --- a/kiri-engine/Cache/Base/Redis.php +++ b/kiri-engine/Cache/Base/Redis.php @@ -150,6 +150,7 @@ class Redis implements StopHeartbeatCheck if ($this->_timer === -1) { $this->heartbeat_check(); } + $this->_last = time(); if (!($this->pdo instanceof \Redis) || !$this->pdo->ping('isOk')) { $this->pdo = $this->newClient(); }