OptimalBits / bull

Premium Queue package for handling distributed jobs and messages in NodeJS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Is it possible to use bull redis for other things?

luccabassoli opened this issue · comments

Is it possible to use bull redis where it is being run for other parts of the application? Example creating new keys with new values, could this affect bull in its use and operation?

I can be used as long as it does the keys do not collide with each other. Bull's keys always start with "bull" so it should be easy to avoid.