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

Function parseCommand

packages/client/lib/commands/LMPOP.ts:27–30  ·  view source on GitHub ↗
(parser: CommandParser, ...args: LMPopArguments)

Source from the content-addressed store, hash-verified

25export default {
26 IS_READ_ONLY: false,
27 parseCommand(parser: CommandParser, ...args: LMPopArguments) {
28 parser.push('LMPOP');
29 parseLMPopArguments(parser, ...args);
30 },
31 transformReply: undefined as unknown as () => NullReply | TuplesReply<[
32 key: BlobStringReply,
33 elements: Array<BlobStringReply>

Callers

nothing calls this directly

Calls 2

parseLMPopArgumentsFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected