pvp最强五人和刷新挑战次数

This commit is contained in:
mamengke01
2021-01-11 15:49:56 +08:00
parent 06a0c38fbd
commit 17a6ddb04b
8 changed files with 235 additions and 34 deletions
+5
View File
@@ -234,4 +234,9 @@ export async function getRedis(key: string) {
const str = await client.getAsync(key);
return str;
}
export async function delRedis(key: string) {
const client: Redis.RedisClient = pinus.app.get('redis');
await client.delAsync(key);
}
/**************** 寻宝相关 end */