13 lines
656 B
TypeScript
13 lines
656 B
TypeScript
|
|
declare const _default: {
|
||
|
|
readonly IS_READ_ONLY: true;
|
||
|
|
/**
|
||
|
|
* Executes a read-only Lua script server side using the script's SHA1 digest
|
||
|
|
* @param parser - The Redis command parser
|
||
|
|
* @param sha1 - SHA1 digest of the script
|
||
|
|
* @param options - Script 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=EVALSHA_RO.d.ts.map
|