{
  "name": "redis-client-ch",
  "version": "0.1.6",
  "description": "use zookeeper mangage redis cluster and write to master and read from slave",
  "main": "index.js",
  "scripts": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/morningzhang/redis-client-ch"
  },
  "dependencies": {
        "node-redis-failover": "",
        "async":"",
        "redis":"",
        "node-zookeeper-client":""
    },
  "keywords": [
    "redis",
    "zookeeper",
    "HA"
  ],
  "author": "morningzhang",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/morningzhang/redis-client-ch/issues"
  },
  "homepage": "https://github.com/morningzhang/redis-client-ch"
}
