dld_backend/node_modules/@redis/search/dist/commands/SUGADD.d.ts
2025-10-30 12:13:02 +05:30

8 lines
256 B
TypeScript

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 {};