express-redis-cache2
Advanced tools
Comparing version
CHANGE LOG | ||
========== | ||
# 2.0.0-beta7 | ||
This release fixes converting of `options.expire` keys to lowercase issue. | ||
# 2.0.0-beta6 | ||
@@ -5,0 +9,0 @@ |
@@ -41,3 +41,3 @@ module.exports = (function () { | ||
var v = options[k]; | ||
delete options[v]; | ||
delete options[k]; | ||
options[k.toLowerCase()] = v; | ||
@@ -44,0 +44,0 @@ } |
{ | ||
"name": "express-redis-cache2", | ||
"version": "2.0.0-beta6", | ||
"version": "2.0.0-beta7", | ||
"description": "A module to make Express interact with Redis (create, get, delete). You can automatically cache all your most popular routes in Redis.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -37,3 +37,2 @@ # Express Redis Cache 2 | ||
```sh | ||
@@ -40,0 +39,0 @@ npm install express-redis-cache2 redis@3 |
42370
0.21%454
-0.22%