public stats () Gives statistical information about the system as a whole.
public quit () Simply closes the connection.
public put (mixed $data, [array $options]) Puts a job on the queue using specified tube.
public peekBuried () Return the next job in the list of buried jobs.
public listTubesWatched () Returns a list tubes currently being watched by the client.
public pauseTube (mixed $tube, mixed $delay) Can delay any new job being reserved for a given time.
public peekDelayed () Return the next job in the list of buried jobs.
public listTubeUsed () Returns the tube currently being used by the client.
public peekReady () Inspect the next ready job.
public kick (mixed $bound) The kick command applies only to the currently used tube.
Page 47 of 382