UNPKG

volatile-redis-cluster

Version:
32 lines (31 loc) 693 B
{ "name": "volatile-redis-cluster", "version": "3.0.0", "description": "Volatile redis clustering implementation", "main": "./lib/cluster-client", "keywords": [ "redis", "cluster", "volatile" ], "repository": { "type": "git", "url": "https://github.com/zipscene/volatile-redis-cluster.git" }, "scripts": { "test": "node ./node_modules/.bin/mocha ./test -R spec" }, "dependencies": { "async": "^3.2.0", "buffer-crc32": "^0.2.13", "config-extend": "0.1.1", "redis": "^3.0.2", "seed-random": "^2.2.0", "yargs": "^16.0.3" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^8.1.3" }, "license": "Apache-2.0" }