Skip to content

[Question] Is it possible to configure bull to use a single key as a list for jobs in redis? #2753

Closed Answered by manast
luiscabus asked this question in Q&A
Discussion options

You must be logged in to vote

I don't think BeeQueue is much different other than having fewer features as it was an in-official fork of Bull. It is not possible to implement the feature set and performance of Bull with much less key pollution than we do.

In any case, if you use Redis for other things and want isolation, there is a mechanism for that built-in in Redis which is that you can use different DBs, however, it is not supported by Redis Cluster: https://redis.io/docs/latest/commands/select/ You can easily choose the DB as a IORedis option when instantiating your queues: https://github.com/redis/ioredis?tab=readme-ov-file#connect-to-redis

Btw, if you are new to Bull I heavily recommend you to use BullMQ instead:

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@luiscabus
Comment options

Answer selected by luiscabus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants