From aad455e0b7a72ac1d6408afd941296bd5b9f953d Mon Sep 17 00:00:00 2001 From: root Date: Thu, 27 Mar 2025 20:18:37 +0800 Subject: [PATCH] close redis --- wxc2_omc/account/priSubsMng/hlrGetAll.php | 2 +- wxc2_omc/account/pubSubsMng/hlrGetAll.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wxc2_omc/account/priSubsMng/hlrGetAll.php b/wxc2_omc/account/priSubsMng/hlrGetAll.php index f176cbb..500e92a 100644 --- a/wxc2_omc/account/priSubsMng/hlrGetAll.php +++ b/wxc2_omc/account/priSubsMng/hlrGetAll.php @@ -89,5 +89,5 @@ echo ""; usleep(100000); // 可选:添加延迟以便观察进度条变化 echo ""; - +$redis->close(); ?> diff --git a/wxc2_omc/account/pubSubsMng/hlrGetAll.php b/wxc2_omc/account/pubSubsMng/hlrGetAll.php index a8e86a4..5ffc829 100644 --- a/wxc2_omc/account/pubSubsMng/hlrGetAll.php +++ b/wxc2_omc/account/pubSubsMng/hlrGetAll.php @@ -94,5 +94,5 @@ echo ""; usleep(100000); // 可选:添加延迟以便观察进度条变化 echo ""; - +$redis->close(); ?>