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

Method sendCommand

packages/client/lib/client/pool.ts:548–554  ·  view source on GitHub ↗
(
    args: Array<RedisArgument>,
    options?: CommandOptions
  )

Source from the content-addressed store, hash-verified

546 }
547
548 sendCommand(
549 args: Array<RedisArgument>,
550 options?: CommandOptions
551 ) {
552 const mergedOptions = { ...this._commandOptions, ...options };
553 return this.execute(client => client.sendCommand(args, mergedOptions));
554 }
555
556
557 MULTI<isTyped extends MultiMode = MULTI_MODE['TYPED']>() {

Callers

nothing calls this directly

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected