123
This commit is contained in:
6
node_modules/@redis/search/dist/commands/CONFIG_GET.d.ts
generated
vendored
Normal file
6
node_modules/@redis/search/dist/commands/CONFIG_GET.d.ts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
export declare function transformArguments(option: string): string[];
|
||||
interface ConfigGetReply {
|
||||
[option: string]: string | null;
|
||||
}
|
||||
export declare function transformReply(rawReply: Array<[string, string | null]>): ConfigGetReply;
|
||||
export {};
|
||||
Reference in New Issue
Block a user