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

Supporting other stores #104

Closed
tracend opened this issue Feb 23, 2015 · 3 comments
Closed

Supporting other stores #104

tracend opened this issue Feb 23, 2015 · 3 comments

Comments

@tracend
Copy link

tracend commented Feb 23, 2015

I like the module and I'm using it in a project but I'd like to support other stores apart from Redis.

Is it in your plans to extend the support to other stores or will Bull always run with Redis exclusively?

Cheers

@manast
Copy link
Member

manast commented Feb 23, 2015

I do not have plans to use other backends. I guess it is possible, the backend needs to support transactions and pubsub (maybe foundationDB would work). The thing is that redis has very good properties that makes it specially well suitable for a design like the one we are using for Bull...

@manast manast closed this as completed Feb 23, 2015
@tracend
Copy link
Author

tracend commented Feb 23, 2015

Thanks for the response.

Development on this will continue at Bodacious: https://github.com/makesites/bodacious

@albertjan
Copy link

@tracend If you do a PR for bull making it support another backend. I bet @manast would consider 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

3 participants