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

Method withTypeMapping

packages/client/lib/client/pool.ts:389–391  ·  view source on GitHub ↗

* Override the `typeMapping` command option

(typeMapping: TYPE_MAPPING)

Source from the content-addressed store, hash-verified

387 * Override the `typeMapping` command option
388 */
389 withTypeMapping<TYPE_MAPPING extends TypeMapping>(typeMapping: TYPE_MAPPING) {
390 return this._commandOptionsProxy('typeMapping', typeMapping);
391 }
392
393 /**
394 * Override the `abortSignal` command option

Callers

nothing calls this directly

Calls 1

_commandOptionsProxyMethod · 0.95

Tested by

no test coverage detected