123
This commit is contained in:
7
node_modules/@redis/client/dist/lib/commands/FUNCTION_LOAD.d.ts
generated
vendored
Normal file
7
node_modules/@redis/client/dist/lib/commands/FUNCTION_LOAD.d.ts
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
import { RedisCommandArguments } from '.';
|
||||
interface FunctionLoadOptions {
|
||||
REPLACE?: boolean;
|
||||
}
|
||||
export declare function transformArguments(code: string, options?: FunctionLoadOptions): RedisCommandArguments;
|
||||
export declare function transformReply(): string;
|
||||
export {};
|
||||
Reference in New Issue
Block a user