MCPcopy Index your code
hub / github.com/redis/node-redis / asap

Method asap

packages/client/lib/client/pool.ts:404–406  ·  view source on GitHub ↗

* Override the `asap` command option to `true` * TODO: remove?

()

Source from the content-addressed store, hash-verified

402 * TODO: remove?
403 */
404 asap() {
405 return this._commandOptionsProxy('asap', true);
406 }
407
408 async connect() {
409 if (this._self.#isOpen) return; // TODO: throw error?

Callers

nothing calls this directly

Calls 1

_commandOptionsProxyMethod · 0.95

Tested by

no test coverage detected