Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "oraq", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Ordered redis asynchronous queue", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -74,3 +74,3 @@ # Oraq | ||
oraq.removeJobById('jobId') // like ioredis quit method (used to close redis connection) | ||
oraq.removeJobById('jobId') // remove job from pending queue | ||
.then(() => console.log('Job is removed')); | ||
@@ -77,0 +77,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14446