Install
Install with Npm:
bash
npm install bull --saveor Yarn:
bash
yarn add bullIn order to work with Bull, you also need to have a Redis server running. For local development you can easily install it using docker.
Bull will by default try to connect to a Redis server running on localhost:6379
INFO
Bull requires a Redis version greater than or equal to 2.8.18.
Typescript Definitions
bash
npm install @types/bull --save-devbash
yarn add --dev @types/bullDefinitions are currently maintained in the DefinitelyTyped repo.