This commit is contained in:
2021-08-17 19:01:37 +08:00
parent 51860d34c7
commit cfd8f6fa94
3 changed files with 20 additions and 6 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ SCRIPT;
public function destroy()
{
$connections = Kiri::getDi()->get(PoolRedis::class);
$connections->destroy($this->get_config(), true);
$connections->connection_clear($this->get_config(), true);
}
/**