Method
sendCommand
(
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
Tested by
no test coverage detected