Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "fileq", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "File based FIFO queue", | ||
@@ -22,5 +22,5 @@ "author": "David Gómez Matarrodona <solzimer@gmail.com>", | ||
}, | ||
"devDependencies": { | ||
"devDependencies": { | ||
"commander": "*" | ||
} | ||
} | ||
} |
@@ -10,3 +10,4 @@ # fileq | ||
* In-memory direct access when reads are faster then writes | ||
* Fault tolerant, and fine tuning | ||
* Customizable memory cache size | ||
* Fault tolerant, and fine-tunning | ||
@@ -28,2 +29,3 @@ ## Installation | ||
queue.push({key:i, message:"This is the entry for "+i}); | ||
i++; | ||
},100); | ||
@@ -30,0 +32,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
15944
77