改名
This commit is contained in:
@@ -65,7 +65,6 @@ class Zookeeper extends Process
|
||||
*/
|
||||
private function dispatch($server, Redis|\Redis $redis, int $setting, $value)
|
||||
{
|
||||
var_export($value);
|
||||
$server->sendMessage(swoole_serialize([
|
||||
'action' => 'crontab', 'handler' => swoole_unserialize($redis->get('crontab:' . $value))
|
||||
]), random_int(0, $setting - 1));
|
||||
|
||||
Reference in New Issue
Block a user