@type-cacheable/redis-adapter
Advanced tools
Comparing version 8.0.4 to 8.0.5
@@ -168,3 +168,3 @@ "use strict"; | ||
// array exists at index 1 from SCAN command, cursor is at 0 | ||
cursor = cursor !== result[0] ? result[0] : null; | ||
cursor = result[0] !== '0' ? result[0] : null; | ||
keys = [...keys, ...result[1]]; | ||
@@ -171,0 +171,0 @@ } |
{ | ||
"name": "@type-cacheable/redis-adapter", | ||
"version": "8.0.4", | ||
"version": "8.0.5", | ||
"description": "Adapter for using redis with type-cacheable", | ||
@@ -40,5 +40,5 @@ "main": "dist/index.js", | ||
"@types/redis": "^2.8.13", | ||
"jest": "^25.1.0", | ||
"jest": "^26.3.0", | ||
"redis": "^3.0.2", | ||
"ts-jest": "^25.0.0", | ||
"ts-jest": "^26.2.0", | ||
"typescript": "^3.8.3" | ||
@@ -50,6 +50,6 @@ }, | ||
"dependencies": { | ||
"@type-cacheable/core": "^8.0.3", | ||
"@type-cacheable/core": "^8.0.4", | ||
"compare-versions": "^3.6.0" | ||
}, | ||
"gitHead": "8c17e9cacc5ccbe69c70eb38191830a2fc783927" | ||
"gitHead": "9882a59f8a9b17409eafcc83ebb6d369ebcb9365" | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
23396
Updated@type-cacheable/core@^8.0.4