diff --git a/package.json b/package.json index a98eedf..24c9acb 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "async": "~3.2.6", "lock": "~1.1.0", "memory-cache": "~0.2.0", - "redis": "~3.1.0" + "redis": "~6.0.0" }, "description": "A cache module for node.js that uses a two-level cache (in-memory cache for recently accessed data plus Redis for distributed caching) with some extra features to avoid cache stampedes and thundering herds.", "devDependencies": {