* [perf] modify id list to key list.

This commit is contained in:
liugang
2024-11-20 15:42:49 +08:00
committed by 朱金勇
parent 69c7e6e70f
commit a69c3daf18
+1 -1
View File
@@ -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)
{