Skip to content

Commit 53bc2b3

Browse files
committed
removing hiredis requirement
1 parent a45c334 commit 53bc2b3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

History.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- 0.0.5 2013-10-13
2+
Removing hiredis requirement.
3+
14
- 0.0.4 2013-08-01
25
Better error checking in multi_cache.wrap();
36

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cache-manager",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Cache module for Node.js",
55
"main": "index.js",
66
"scripts": {
@@ -21,7 +21,6 @@
2121
"license": "MIT",
2222
"dependencies": {
2323
"async": ">=0.1.22",
24-
"hiredis": ">=0.1.14",
2524
"lru-cache": ">=2.3.0",
2625
"redis": ">=0.6.7"
2726
},

0 commit comments

Comments
 (0)