MCPcopy
hub / github.com/redis/node-redis / parseCommand

Function parseCommand

packages/client/lib/commands/EVAL.ts:28–31  ·  view source on GitHub ↗
(...args: Parameters<typeof parseEvalArguments>)

Source from the content-addressed store, hash-verified

26export default {
27 IS_READ_ONLY: false,
28 parseCommand(...args: Parameters<typeof parseEvalArguments>) {
29 args[0].push('EVAL');
30 parseEvalArguments(...args);
31 },
32 transformReply: undefined as unknown as () => ReplyUnion
33} as const satisfies Command;

Callers

nothing calls this directly

Calls 2

parseEvalArgumentsFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected