MCPcopy Index your code
hub / github.com/redis/node-redis / parseCommand

Function parseCommand

packages/client/lib/commands/BZMPOP.ts:7–10  ·  view source on GitHub ↗
(parser: CommandParser, timeout: number, ...args: ZMPopArguments)

Source from the content-addressed store, hash-verified

5export default {
6 IS_READ_ONLY: false,
7 parseCommand(parser: CommandParser, timeout: number, ...args: ZMPopArguments) {
8 parser.push('BZMPOP', timeout.toString());
9 parseZMPopArguments(parser, ...args);
10 },
11 transformReply: ZMPOP.transformReply
12} as const satisfies Command;

Callers

nothing calls this directly

Calls 3

parseZMPopArgumentsFunction · 0.90
toStringMethod · 0.65
pushMethod · 0.45

Tested by

no test coverage detected