New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@condor-labs/bullmq

Package Overview
Dependencies
Maintainers
6
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@condor-labs/bullmq

This module provide and useful helper to use bullmq library

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

This module provides a useful helper to use the official bullmq library.

See official documentation here.

Compatibility

The minimum supported version of Node.js is v12.

How to use it

To use the library you just need to follow the following steps.

Install the library with npm:

npm install @condor-labs/bullmq

Import the library:

import bullmq = from '@condor-labs/bullmq';

settings object properties

ObjectPropertyDatatypeDefaultDescription
redisportNumber6379The port number to connect to.
redishostString127.0.0.1The hostname of the database you are connecting to.
redispasswordStringThe password of that Redis user.
optionsremoveOnComplete, removeOnFail, attempts, etcYou can check all the possible options in the official documentation

Uploading a new version

 npm publish --access public

Ref: https://docs.npmjs.com/getting-started/publishing-npm-packages

Note: you will need to have a NPM account, if you don't have one create one here: https://www.npmjs.com/signup

Contributors

The original author and current lead maintainer of this module is the @condor-labs development team.

More about Condorlabs Here.

License

MIT

Keywords

FAQs

Package last updated on 01 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc