123
This commit is contained in:
7
node_modules/@redis/search/dist/commands/SUGADD.d.ts
generated
vendored
Normal file
7
node_modules/@redis/search/dist/commands/SUGADD.d.ts
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
interface SugAddOptions {
|
||||
INCR?: true;
|
||||
PAYLOAD?: string;
|
||||
}
|
||||
export declare function transformArguments(key: string, string: string, score: number, options?: SugAddOptions): Array<string>;
|
||||
export declare function transformReply(): number;
|
||||
export {};
|
||||
Reference in New Issue
Block a user