public put (mixed $data, [array $options]) Puts a job on the queue using specified tube.
string DEFAULT_TUBE
public ignore (mixed $tube) It removes the named tube from the watch list for the current connection.
public quit () Simply closes the connection.
Source
public stats () Gives statistical information about the specified job if it exists.
integer DEFAULT_TTR
public kick (mixed $bound) The kick command applies only to the currently used tube.
public peekReady () Inspect the next ready job.
public bury ([mixed $priority]) The bury command puts a job into the “buried” state. Buried jobs are put into a FIFO
Page 1 of 4