Compare commits

..

No commits in common. "1244a99c4c8a8c35a147aca016bdfe9d6a1b3949" and "bb15e64d6dc8fca81fffa156d92d4525531b670c" have entirely different histories.

2 changed files with 2 additions and 9 deletions

View File

@ -23,12 +23,6 @@ export async function clearGud(uid) {
console.log('清空tanxian Redis',uid);
G.redis.del("tanxian",uid);
}
try{
console.log('清空friend:list Redis',uid);
G.redis.hDel("friend:list",uid);
}catch(e){
}
};
/**

View File

@ -77,9 +77,8 @@ async function clearRedis() {
G.redis.fromatKey('hero'),
G.redis.fromatKey('equip'),
G.redis.fromatKey('shiwu'),
G.redis.fromatKey('tanxian'),
G.redis.fromatKey('gbtx'),
G.redis.fromatKey('dxlt'),
//G.redis.fromatKey('gbtx'),
//G.redis.fromatKey('dxlt'),
])
}