elasticsearch-client-retry
Version:
Elasticsearch client wrapper to handle No Living Connection errors
32 lines (31 loc) • 659 B
JSON
{
"name": "elasticsearch-client-retry",
"version": "0.1.0",
"engines": {
"node": ">=4.2.3"
},
"repository": {
"type": "git",
"url": "git://github.com/VivintSolar/elasticsearch-client-retry.git"
},
"description": "Elasticsearch client wrapper to handle No Living Connection errors",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"elasticsearch",
"\"no",
"living",
"connections\"",
"client"
],
"author": "David Tanner",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"elasticsearch": "^11.0.1",
"mocha": "^3.0.2"
}
}