Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/node-redis
/ pushKey
Method
pushKey
packages/client/lib/client/parser.ts:136–138 ·
view source on GitHub ↗
(key: RedisArgument, applyPrefix = true)
Source
from the content-addressed store, hash-verified
134
}
135
136
pushKey(key: RedisArgument, applyPrefix = true) {
137
this.#addKey(key, applyPrefix);
138
}
139
140
pushKeysLength(keys: RedisVariadicArgument) {
141
if
(Array.isArray(keys)) {
Callers
15
parseCommand
Function · 0.80
parser.spec.ts
File · 0.80
parseCommand
Function · 0.80
parseCommand
Function · 0.80
parseCommand
Function · 0.80
parseCommand
Function · 0.80
parseCommand
Function · 0.80
parseCommand
Function · 0.80
parseCommand
Function · 0.80
parseCommand
Function · 0.80
parseCommand
Function · 0.80
parseCommand
Function · 0.80
Calls
1
#addKey
Method · 0.95
Tested by
2
parseCommand
Function · 0.64
parseCommand
Function · 0.64