memecached
Version:
A fully featured Memcached API client, supporting both single and clustered Memcached servers through consistent hashing and failover/failure. Memcached is rewrite of nMemcached, which will be deprecated in the near future.
38 lines (37 loc) • 918 B
JSON
{
"name": "memecached",
"version": "2.4.0",
"author": "Cornholio <0@mcornholio.ru>",
"description": "A fully featured Memcached API client, supporting both single and clustered Memcached servers through consistent hashing and failover/failure. Memcached is rewrite of nMemcached, which will be deprecated in the near future.",
"main": "index",
"keywords": [
"InnoDB memcached API",
"cache",
"client",
"cluster",
"failover",
"hashing",
"membase",
"memcache",
"memcached",
"nMemcached",
"nosql"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/mutantcornholio/memcached.git"
},
"dependencies": {
"hashring": "3.2.x",
"jackpot": ">=0.0.6"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"pre-commit": "*"
},
"scripts": {
"test": "mocha $(find test -name '*.test.js') --exit"
}
}