Install

Install with Npm:

npm install bull --save

or Yarn:

yarn add bull

In order to work with Bull, you also need to have a Redis server running. For local development you can easily install it using dockerarrow-up-right.

Bull will by default try to connect to a Redis server running on localhost:6379

circle-info

Bull requires a Redis version greater than or equal to 2.8.18.

Typescript Definitions

npm install @types/bull --save-dev
yarn add --dev @types/bull

Definitions are currently maintained in the DefinitelyTypedarrow-up-right repo.

Last updated

Was this helpful?