This commit is contained in:
as2252258@163.com
2021-04-16 01:08:11 +08:00
parent 175a5d5ec9
commit 0cd3cb9ad6
+1 -1
View File
@@ -64,7 +64,7 @@ class Zookeeper extends Process
{
try {
$params['action'] = 'crontab';
if (($handler = $redis->exists('crontab:' . $value)) === false) {
if (($handler = $redis->get('crontab:' . $value)) === false) {
return;
}
$params['handler'] = swoole_unserialize($handler);