beanstalkc icon indicating copy to clipboard operation
beanstalkc copied to clipboard

Document the tube(s) the various peeks are operating on, in the tutorial

Open earl opened this issue 13 years ago • 1 comments
trafficstars

peek, like reserve, operates on the currently watched tubes.

peek_{ready,delayed,buried} only operate on the currently used tube.

earl avatar Feb 16 '12 12:02 earl

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.

ghedsouza avatar Jun 03 '14 15:06 ghedsouza