寻宝:先创建在匹配真人的匹配

This commit is contained in:
luying
2022-08-24 19:11:28 +08:00
parent e6ea277b2b
commit 75db5714d2
6 changed files with 84 additions and 6 deletions
+2
View File
@@ -78,6 +78,8 @@ declare module 'redis' {
subscribeAsync(...channels: string[]): Promise<number>;
// 返回hash字段数量
hlenAsync(key: string): Promise<number>;
// 返回hash键
hkeysAsync(key: string): Promise<string[]>;
}
export interface Multi extends Commands<Multi> {
execAsync(...args: any[]): Promise<any>;