123
This commit is contained in:
7
node_modules/@redis/search/dist/commands/SYNUPDATE.d.ts
generated
vendored
Normal file
7
node_modules/@redis/search/dist/commands/SYNUPDATE.d.ts
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
import { RedisCommandArguments } from '@redis/client/dist/lib/commands';
|
||||
interface SynUpdateOptions {
|
||||
SKIPINITIALSCAN?: true;
|
||||
}
|
||||
export declare function transformArguments(index: string, groupId: string, terms: string | Array<string>, options?: SynUpdateOptions): RedisCommandArguments;
|
||||
export declare function transformReply(): 'OK';
|
||||
export {};
|
||||
Reference in New Issue
Block a user