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