redis-streams-broker
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -0,0 +0,0 @@ module.exports = class AsyncProcessor { |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ const _nonSecureId = require("nanoid/non-secure").nanoid; |
@@ -0,0 +0,0 @@ This is free and unencumbered software released into the public domain. |
{ | ||
"name": "redis-streams-broker", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "This package is a broker to redis stream data type, This package provides guaranteed message delivery feature with acknowledgement.", | ||
@@ -35,3 +35,4 @@ "main": "index.js", | ||
"nanoid": "^3.1.25", | ||
"redis-scripto2": "^0.2.2" | ||
"redis-scripto2": "^0.2.2", | ||
"relief-valve": "^0.0.1" | ||
}, | ||
@@ -43,2 +44,2 @@ "devDependencies": { | ||
} | ||
} | ||
} |
@@ -74,2 +74,3 @@ # redis-streams-broker | ||
3. [redis-scripto2](https://www.npmjs.com/package/redis-scripto2) for handling lua scripts. | ||
4. [relief-valve](https://www.npmjs.com/package/relief-valve) future refactoring to be open to any redis connection lib. | ||
@@ -76,0 +77,0 @@ ## Contributions |
Sorry, the diff of this file is not supported yet
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
173
25468
3
+ Addedrelief-valve@^0.0.1
+ Addedrelief-valve@0.0.1(transitive)