modify plugin name

This commit is contained in:
2022-02-18 10:48:43 +08:00
parent 4887fb036c
commit eba7dc29b3
+1
View File
@@ -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();
}