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

Method push

packages/client/lib/client/parser.ts:93–95  ·  view source on GitHub ↗
(...arg: Array<RedisArgument>)

Source from the content-addressed store, hash-verified

91 }
92
93 push(...arg: Array<RedisArgument>) {
94 this.#redisArgs.push(...arg);
95 };
96
97 pushVariadic(vals: RedisVariadicArgument) {
98 if (Array.isArray(vals)) {

Callers 15

#createScriptCommandMethod · 0.95
pushVariadicMethod · 0.95
pushVariadicNumberMethod · 0.95
pushGeoCountArgumentFunction · 0.95
pushGeoSearchArgumentsFunction · 0.95
pushSlotRangesArgumentsFunction · 0.95
createFunctionCommandFunction · 0.95

Calls

no outgoing calls

Tested by 12

pushGeoCountArgumentFunction · 0.76
pushGeoSearchArgumentsFunction · 0.76
pushSlotRangesArgumentsFunction · 0.76
onStartFunction · 0.36
onAsyncEndFunction · 0.36
onErrorFunction · 0.36
onBatchStartFunction · 0.36
onCommandStartFunction · 0.36
parseCommandFunction · 0.36
setupLogFunction · 0.36
executeFunction · 0.36