query-swarm
Advanced tools
Comparing version 0.0.6 to 0.1.0
@@ -74,3 +74,3 @@ 'use strict'; | ||
// create instance or redlock that won't retry for a lock | ||
self.redlock = new Redlock({ retryCount: 0 }, redis); | ||
self.redlock = new Redlock([redis], { retryCount: 0 }); | ||
} | ||
@@ -77,0 +77,0 @@ |
{ | ||
"name": "query-swarm", | ||
"version": "0.0.6", | ||
"version": "0.1.0", | ||
"description": "Safely distribute query-driven tasks over a swarm of parallel functions on a single process or across multiple processes/machines.", | ||
@@ -30,5 +30,5 @@ "keywords": "schedule, queue, task, job, worker, redis, distributed, async", | ||
"dependencies": { | ||
"async": "^0.9.0", | ||
"redis": "^0.11.0", | ||
"redlock": "^0.2.0" | ||
"async": "^1.4.2", | ||
"redis": "^0.12.1", | ||
"redlock": "^0.4.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "devDependencies": { |
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
618793
+ Addedasync@1.5.2(transitive)
+ Addedbluebird@2.11.0(transitive)
+ Addedredis@0.12.1(transitive)
+ Addedredlock@0.4.1(transitive)
- Removedasync@0.9.2(transitive)
- Removedredis@0.11.0(transitive)
- Removedredlock@0.2.0(transitive)
Updatedasync@^1.4.2
Updatedredis@^0.12.1
Updatedredlock@^0.4.0