Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/node-redis
/ parseCommand
Function
parseCommand
packages/client/lib/commands/FUNCTION_LOAD.spec.ts:30–32 ·
view source on GitHub ↗
(parser: CommandParser, key: string)
Source
from the content-addressed store, hash-verified
28
NUMBER_OF_KEYS: 1,
29
FIRST_KEY_INDEX: 0,
30
parseCommand(parser: CommandParser, key: string) {
31
parser.pushKey(key);
32
},
33
transformReply: undefined as unknown as () => NumberReply
34
}
35
}
Callers
nothing calls this directly
Calls
1
pushKey
Method · 0.80
Tested by
no test coverage detected