This commit is contained in:
as2252258@163.com
2021-04-23 03:56:50 +08:00
parent 60b30d2557
commit 8f42e86ba3
+1 -1
View File
@@ -116,7 +116,7 @@ class Zookeeper extends Process
$redis->zRem(Producer::CRONTAB_KEY, ...$range);
return [$range, $redis];
return $range;
}
}