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

Method withTypeMapping

packages/client/lib/client/index.ts:1098–1100  ·  view source on GitHub ↗

* Override the `typeMapping` command option

(typeMapping: TYPE_MAPPING)

Source from the content-addressed store, hash-verified

1096 * Override the `typeMapping` command option
1097 */
1098 withTypeMapping<TYPE_MAPPING extends TypeMapping>(typeMapping: TYPE_MAPPING) {
1099 return this._commandOptionsProxy('typeMapping', typeMapping);
1100 }
1101
1102 /**
1103 * Override the `abortSignal` command option

Callers 8

pool.spec.tsFile · 0.45
index.spec.tsFile · 0.45
types.spec.tsFile · 0.45
ARSET.spec.tsFile · 0.45
INCREX.spec.tsFile · 0.45
benchmarkFunction · 0.45

Calls 1

_commandOptionsProxyMethod · 0.95

Tested by

no test coverage detected