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

Function parseCommand

packages/client/lib/commands/EVALSHA.ts:6–9  ·  view source on GitHub ↗
(...args: Parameters<typeof parseEvalArguments>)

Source from the content-addressed store, hash-verified

4export default {
5 IS_READ_ONLY: false,
6 parseCommand(...args: Parameters<typeof parseEvalArguments>) {
7 args[0].push('EVALSHA');
8 parseEvalArguments(...args);
9 },
10 transformReply: EVAL.transformReply
11} as const satisfies Command;

Callers

nothing calls this directly

Calls 2

parseEvalArgumentsFunction · 0.90
pushMethod · 0.45

Tested by

no test coverage detected