redis-snowflake-id
Version:
Node.js implementation of Twitter Snowflake ID Generator, base on redis.
29 lines (28 loc) • 548 B
JSON
{
"name": "redis-snowflake-id",
"version": "1.2.1",
"description": "Node.js implementation of Twitter Snowflake ID Generator, base on redis.",
"author": "Hpyer",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git@github.com:hpyer/redis-snowflake-id.git"
},
"keywords": [
"snowflake",
"unique",
"flake",
"redis",
"id",
"idgen",
"generator"
],
"dependencies": {
"bn.js": "^5.2.2",
"ioredis": "^5.6.1"
}
}