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

Redis list enumerator #41

Open
anuragshopify opened this issue Sep 3, 2019 · 0 comments
Open

Redis list enumerator #41

anuragshopify opened this issue Sep 3, 2019 · 0 comments

Comments

@anuragshopify
Copy link
Contributor

What?
An enumerator for reading off of a list in redis. It could use the LRANGE command to read values off of the list .

Why?
There are cases where before enqueuing a job a client pushes some data into a redis list/set and the job then reads all the set contents. The set could get pretty large and having a list enumerator would deal with this sort of situation.

If this seems like a reasonable use case I'd be happy to make the changes to support it.

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

No branches or pull requests

1 participant