From a69c3daf1884794ca53bcaa10d1cfc869e415d82 Mon Sep 17 00:00:00 2001 From: liugang Date: Thu, 17 Oct 2024 11:38:42 +0800 Subject: [PATCH] * [perf] modify id list to key list. --- lib/zredis/zredis.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zredis/zredis.class.php b/lib/zredis/zredis.class.php index 5aa03b6531..41015cb4a5 100644 --- a/lib/zredis/zredis.class.php +++ b/lib/zredis/zredis.class.php @@ -324,7 +324,7 @@ class zredis */ private function delete() { - if(empty($this->keyList)) return $this->log('Failed to fetch id list to delete.'); + if(empty($this->keyList)) return $this->log('Failed to fetch key list to delete.'); foreach($this->config->redis->tables[$this->table]->caches as $cache) {