Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "remo", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Re[dis]Mo[ngo] queue manager", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -19,3 +19,3 @@ # ReMo | ||
"retry" : "db:mongo:retry" # Queries not processed | ||
"output" : "db:mongo:output" # Output from mongo[unused] | ||
"output" : "db:mongo:output" # Output for 'find' | ||
"errors" : "db:mongo:errors" # Logging errors | ||
@@ -136,3 +136,3 @@ "results": "db:mongo:results" # Logging results | ||
* Save JSON in redis. | ||
* Listen for changes node/ruby | ||
* Listening for changes node/ruby | ||
* Count pending queries | ||
@@ -144,3 +144,3 @@ * Open a connection with mongo | ||
## Test | ||
## Code Quality | ||
````sh | ||
@@ -147,0 +147,0 @@ npm install gulp |
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
16409