beanstalkc
beanstalkc copied to clipboard
Document the tube(s) the various peeks are operating on, in the tutorial
trafficstars
peek, like reserve, operates on the currently watched tubes.
peek_{ready,delayed,buried} only operate on the currently used tube.
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.