Source
public stats () Gives statistical information about the specified job if it exists.
public touch () The touch command allows a worker to request more time to work on a job. This is useful for jobs
public bury ([mixed $priority]) The bury command puts a job into the “buried” state. Buried jobs are put into a FIFO
public kick () Move the job to the ready queue if it is delayed or buried.
public getId ()
public __wakeup () Checks if the job has been modified after unserializing the object
public delete () Removes a job from the server entirely
public release ([mixed $priority], [mixed $delay]) The release command puts a reserved job back into the
public getBody ()