Browse Source

removing hiredis requirement

hotfix/0.7.1
Bryan Donovan 12 years ago
parent
commit
53bc2b3a6b
  1. 3
      History.md
  2. 3
      package.json

3
History.md

@ -1,3 +1,6 @@
- 0.0.5 2013-10-13
Removing hiredis requirement.
- 0.0.4 2013-08-01 - 0.0.4 2013-08-01
Better error checking in multi_cache.wrap(); Better error checking in multi_cache.wrap();

3
package.json

@ -1,6 +1,6 @@
{ {
"name": "cache-manager", "name": "cache-manager",
"version": "0.0.4", "version": "0.0.5",
"description": "Cache module for Node.js", "description": "Cache module for Node.js",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -21,7 +21,6 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"async": ">=0.1.22", "async": ">=0.1.22",
"hiredis": ">=0.1.14",
"lru-cache": ">=2.3.0", "lru-cache": ">=2.3.0",
"redis": ">=0.6.7" "redis": ">=0.6.7"
}, },

Loading…
Cancel
Save