改名
This commit is contained in:
@@ -32,6 +32,8 @@ class Producer extends Component
|
|||||||
throw new Exception('Cache key ' . self::CRONTAB_KEY . ' types error.');
|
throw new Exception('Cache key ' . self::CRONTAB_KEY . ' types error.');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$redis->del('stop:crontab:' . $name);
|
||||||
|
|
||||||
$redis->del('crontab:' . $name);
|
$redis->del('crontab:' . $name);
|
||||||
$redis->zRem(static::CRONTAB_KEY, $name);
|
$redis->zRem(static::CRONTAB_KEY, $name);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user