modify
This commit is contained in:
@@ -64,7 +64,7 @@ class Zookeeper extends Process
|
|||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$params['action'] = 'crontab';
|
$params['action'] = 'crontab';
|
||||||
if (($handler = $redis->exists('crontab:' . $value)) === false) {
|
if (($handler = $redis->get('crontab:' . $value)) === false) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$params['handler'] = swoole_unserialize($handler);
|
$params['handler'] = swoole_unserialize($handler);
|
||||||
|
|||||||
Reference in New Issue
Block a user