|
@ -462,7 +462,7 @@ function onCollection(err, collection) { |
|
|
var resob = {} |
|
|
var resob = {} |
|
|
await pubClient.get(pathfileval, function(err, object) { |
|
|
await pubClient.get(pathfileval, function(err, object) { |
|
|
console.log('----------------' + err + '<<<<<<<<<<<<<<<<<<<<<<' + object); |
|
|
console.log('----------------' + err + '<<<<<<<<<<<<<<<<<<<<<<' + object); |
|
|
if(ress == null){ |
|
|
if(err == null){ |
|
|
indexupdate = "no" |
|
|
indexupdate = "no" |
|
|
}else{ |
|
|
}else{ |
|
|
console.log('redis '+JSON.stringify(object)); |
|
|
console.log('redis '+JSON.stringify(object)); |
|
|