MCPcopy
hub / github.com/redis/node-redis / index.spec.ts

File index.spec.ts

packages/client/lib/client/index.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { strict as assert } from 'node:assert';
2import testUtils, { GLOBAL, waitTillBeenCalled } from '../test-utils';
3import RedisClient, { RedisClientOptions, RedisClientType } from '.';
4import { AbortError, ClientClosedError, ClientOfflineError, ConnectionTimeoutError, DisconnectsClientError, ErrorReply, MultiErrorReply, TimeoutError, WatchError } from '../errors';

Callers

nothing calls this directly

Calls 15

defineScriptFunction · 0.90
loadMathFunctionFunction · 0.90
waitTillBeenCalledFunction · 0.90
blockSetImmediateFunction · 0.85
killClientFunction · 0.85
parseURLMethod · 0.80
testWithClientMethod · 0.80
testWithClusterMethod · 0.80
multiMethod · 0.80
errorsMethod · 0.80
hScanIteratorMethod · 0.80

Tested by

no test coverage detected