You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

express-redis-cache2

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-redis-cache2 - npm Package Compare versions

Comparing version

to
2.0.0-beta3

4

CHANGELOG.md
CHANGE LOG
==========
# v2.0.0-beta3
This release fixes typing file `index.d.ts`.
# v2.0.0-beta2

@@ -5,0 +9,0 @@

2

index.d.ts

@@ -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",