-first commit
This commit is contained in:
13
node_modules/@redis/client/dist/lib/commands/FCALL_RO.d.ts
generated
vendored
Normal file
13
node_modules/@redis/client/dist/lib/commands/FCALL_RO.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
declare const _default: {
|
||||
readonly IS_READ_ONLY: false;
|
||||
/**
|
||||
* Invokes a read-only Redis function
|
||||
* @param parser - The Redis command parser
|
||||
* @param functionName - Name of the function to call
|
||||
* @param options - Function execution options including keys and arguments
|
||||
*/
|
||||
readonly parseCommand: (this: void, parser: import("../..").CommandParser, script: import("../RESP/types").RedisArgument, options?: import("./EVAL").EvalOptions | undefined) => void;
|
||||
readonly transformReply: () => import("../RESP/types").ReplyUnion;
|
||||
};
|
||||
export default _default;
|
||||
//# sourceMappingURL=FCALL_RO.d.ts.map
|
||||
Reference in New Issue
Block a user