We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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}
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
peek
, likereserve
, operates on the currently watched tubes.peek_{ready,delayed,buried}
only operate on the currently used tube.The text was updated successfully, but these errors were encountered: