Authored by yyq

del console

... ... @@ -41,7 +41,6 @@ const tdk = {
['exists', `tdk:${type}:${query}`],
['hmget', `tdk:${type}:${query}`, 'key', 'title', 'keywords', 'description']
]).execAsync().then(function(res) {
console.log(res);
if (!res[0]) {
return;
}
... ...