-first commit

This commit is contained in:
2025-11-11 12:36:06 +07:00
commit b99c214434
5683 changed files with 713336 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
declare const _default: {
readonly IS_READ_ONLY: true;
/**
* Executes a read-only Lua script server side
* @param parser - The Redis command parser
* @param script - Lua script to execute
* @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=EVAL_RO.d.ts.map