redis-manager-utils
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -398,3 +398,3 @@ const REDIS = require("redis"); | ||
console.log( "Redis-Manager-Utils --> done CLEANSING all R_KEYS" ); | ||
console.log( "Redis-Manager-Utils --> done deleteing all keys" ); | ||
resolve(); | ||
@@ -449,3 +449,3 @@ } | ||
const filter_key_exists = await that.exists( wFilterSetKey ); | ||
if ( !filter_key_exists ) { console.log( wFilterSetKey + " is empty or DNE" ); resolve( wArray ); } | ||
if ( !filter_key_exists ) { console.log( "Redis-Manager-Utils --> " + wFilterSetKey + " is empty or DNE" ); resolve( wArray ); return; } | ||
@@ -452,0 +452,0 @@ const wTempKey = "TMP_KEY_1." + Math.random().toString(36).substring(7); |
{ | ||
"name": "redis-manager-utils", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17342