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

Function parseCommand

packages/client/lib/commands/DUMP.ts:6–9  ·  view source on GitHub ↗
(parser: CommandParser, key: RedisArgument)

Source from the content-addressed store, hash-verified

4export default {
5 IS_READ_ONLY: true,
6 parseCommand(parser: CommandParser, key: RedisArgument) {
7 parser.push('DUMP');
8 parser.pushKey(key);
9 },
10 transformReply: undefined as unknown as () => BlobStringReply
11} as const satisfies Command;

Callers

nothing calls this directly

Calls 2

pushKeyMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected