MCPcopy
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

parseCommandFunction · 0.80
parser.spec.tsFile · 0.80
parseCommandFunction · 0.80
parseCommandFunction · 0.80
parseCommandFunction · 0.80
parseCommandFunction · 0.80
parseCommandFunction · 0.80
parseCommandFunction · 0.80
parseCommandFunction · 0.80
parseCommandFunction · 0.80
parseCommandFunction · 0.80
parseCommandFunction · 0.80

Calls 1

#addKeyMethod · 0.95

Tested by 2

parseCommandFunction · 0.64
parseCommandFunction · 0.64