寻宝:先创建在匹配真人的匹配
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user