Skip to content
New issue

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

New feature: scan.all() #93

Closed
brandongoode opened this issue Dec 31, 2016 · 3 comments
Closed

New feature: scan.all() #93

brandongoode opened this issue Dec 31, 2016 · 3 comments

Comments

@brandongoode
Copy link
Contributor

Add support for scan to recusivly scan while lastKey exists.

scan.all([delay[, max]])

delay is the time between recursive scans. Default: 1sec

max is the maximum number of recursive scans. Default: 0 - unlimited

@strygin
Copy link
Contributor

strygin commented Jan 18, 2017

Why do we need delay? ;-\

@brandongoode
Copy link
Contributor Author

The thought behind the delay is to allow the request to be throttled.

@fishcharlie
Copy link
Member

@brandongoode Close this issue? 😃 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants