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

Function parseCommand

packages/client/lib/commands/ZDIFF.ts:7–10  ·  view source on GitHub ↗
(parser: CommandParser, keys: RedisVariadicArgument)

Source from the content-addressed store, hash-verified

5export default {
6 IS_READ_ONLY: true,
7 parseCommand(parser: CommandParser, keys: RedisVariadicArgument) {
8 parser.push('ZDIFF');
9 parser.pushKeysLength(keys);
10 },
11 transformReply: undefined as unknown as () => ArrayReply<BlobStringReply>
12} as const satisfies Command;

Callers

nothing calls this directly

Calls 2

pushKeysLengthMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected