Open earl opened 12 years ago
peek, like reserve, operates on the currently watched tubes.
peek
reserve
peek_{ready,delayed,buried} only operate on the currently used tube.
peek_{ready,delayed,buried}
Specifically, this line should be updated: https://github.com/earl/beanstalkc/blame/484e2e92a51aaa492332338e5fd11fc99d1e8845/TUTORIAL.mkd#L342
reserve() is not actually tied to peek_ready() in any way.
peek
, likereserve
, operates on the currently watched tubes.peek_{ready,delayed,buried}
only operate on the currently used tube.