We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45c334 commit 53bc2b3Copy full SHA for 53bc2b3
History.md
@@ -1,3 +1,6 @@
1
+- 0.0.5 2013-10-13
2
+ Removing hiredis requirement.
3
+
4
- 0.0.4 2013-08-01
5
Better error checking in multi_cache.wrap();
6
package.json
@@ -1,6 +1,6 @@
{
"name": "cache-manager",
- "version": "0.0.4",
+ "version": "0.0.5",
"description": "Cache module for Node.js",
"main": "index.js",
"scripts": {
@@ -21,7 +21,6 @@
21
"license": "MIT",
22
"dependencies": {
23
"async": ">=0.1.22",
24
- "hiredis": ">=0.1.14",
25
"lru-cache": ">=2.3.0",
26
"redis": ">=0.6.7"
27
},
0 commit comments