| 1 | import { strict as assert } from 'node:assert'; |
| 2 | import testUtils, { GLOBAL } from '../test-utils'; |
| 3 | import { promisify } from 'node:util'; |
| 4 | import { RedisLegacyClientType } from './legacy-mode'; |
nothing calls this directly
no test coverage detected