block-sequence
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "block-sequence", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "A sequential id generator, which grabs blocks of ids rather than just one at a time", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# block-sequence | ||
A sequential id generator, which grabs blocks of ids rather than just one at a time. You can configure active/passive blocks and rotate through them, recharging exhausted blocks in the background while assigning ids from the active one. | ||
A sequential id generator, which grabs blocks of ids rather than just one at a time. You can configure active/passive blocks and rotate through them, recharging exhausted blocks in the background while assigning ids from the active one. Driver implementations exist for mongo, redis, mysql and postgres. | ||
@@ -4,0 +4,0 @@ ## tl;dr |
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
18744