bullmq 1.68.2 → 1.68.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,3 +21,5 @@ removeListJobs(KEYS[2], true, queueBaseKey, 0) --paused
21
21
  if KEYS[3] ~= "" then
22
22
  removeZSetJobs(KEYS[3], true, queueBaseKey, 0) --delayed
23
23
  end
24
+
25
+ rcall("DEL", KEYS[4])
@@ -21,3 +21,5 @@ removeListJobs(KEYS[2], true, queueBaseKey, 0) --paused
21
21
  if KEYS[3] ~= "" then
22
22
  removeZSetJobs(KEYS[3], true, queueBaseKey, 0) --delayed
23
23
  end
24
+
25
+ rcall("DEL", KEYS[4])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bullmq",
3
- "version": "1.68.2",
3
+ "version": "1.68.3",
4
4
  "description": "Queue for messages and jobs based on Redis",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",