123
This commit is contained in:
7
node_modules/@redis/search/dist/commands/PROFILE_AGGREGATE.d.ts
generated
vendored
Normal file
7
node_modules/@redis/search/dist/commands/PROFILE_AGGREGATE.d.ts
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
import { AggregateOptions, AggregateRawReply } from './AGGREGATE';
|
||||
import { ProfileOptions, ProfileRawReply, ProfileReply } from '.';
|
||||
export declare const IS_READ_ONLY = true;
|
||||
export declare function transformArguments(index: string, query: string, options?: ProfileOptions & AggregateOptions): Array<string>;
|
||||
type ProfileAggeregateRawReply = ProfileRawReply<AggregateRawReply>;
|
||||
export declare function transformReply(reply: ProfileAggeregateRawReply): ProfileReply;
|
||||
export {};
|
||||
Reference in New Issue
Block a user