express-redis-cache2
Advanced tools
Comparing version
CHANGE LOG | ||
========== | ||
# v2.0.0-beta3 | ||
This release fixes typing file `index.d.ts`. | ||
# v2.0.0-beta2 | ||
@@ -5,0 +9,0 @@ |
@@ -78,3 +78,3 @@ import events = require('events'); | ||
client: redis.RedisClient; | ||
expire?: number; | ||
expire?: ExpireOption; | ||
prefix?: string; | ||
@@ -81,0 +81,0 @@ } |
{ | ||
"name": "express-redis-cache2", | ||
"version": "2.0.0-beta2", | ||
"version": "2.0.0-beta3", | ||
"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", |
42643
0.16%