Install
npm install bull --saveyarn add bullTypescript Definitions
npm install @types/bull --save-devyarn add --dev @types/bullLast updated
Was this helpful?
Install with Npm:
npm install bull --saveor Yarn:
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
Bull requires a Redis version greater than or equal to 2.8.18.
npm install @types/bull --save-devyarn add --dev @types/bullDefinitions are currently maintained in the DefinitelyTyped repo.
Last updated
Was this helpful?
Was this helpful?