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

Method pushKeys

packages/client/lib/client/parser.ts:149–157  ·  view source on GitHub ↗
(keys: RedisVariadicArgument)

Source from the content-addressed store, hash-verified

147 }
148
149 pushKeys(keys: RedisVariadicArgument) {
150 if (Array.isArray(keys)) {
151 for (const key of keys) {
152 this.#addKey(key, true);
153 }
154 } else {
155 this.#addKey(keys, true);
156 }
157 }
158}

Callers 15

pushKeysLengthMethod · 0.95
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

no test coverage detected