You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
fix test-utils
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
import { createConnection } from 'net';
|
import { createConnection } from 'net';
|
||||||
import { once } from 'events';
|
import { once } from 'events';
|
||||||
import { RedisModules, RedisScripts } from '@redis/client/dist/lib/commands';
|
import { RedisModules, RedisScripts } from '@redis/client/lib/commands';
|
||||||
import RedisClient, { RedisClientType } from '@redis/client/dist/lib/client';
|
import RedisClient, { RedisClientType } from '@redis/client/lib/client';
|
||||||
import { promiseTimeout } from '@redis/client/dist/lib/utils';
|
import { promiseTimeout } from '@redis/client/lib/utils';
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
import { promisify } from 'util';
|
import { promisify } from 'util';
|
||||||
import { exec } from 'child_process';
|
import { exec } from 'child_process';
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
import { RedisModules, RedisScripts } from '@redis/client/dist/lib/commands';
|
import { RedisModules, RedisScripts } from '@redis/client/lib/commands';
|
||||||
import RedisClient, { RedisClientOptions, RedisClientType } from '@redis/client/dist/lib/client';
|
import RedisClient, { RedisClientOptions, RedisClientType } from '@redis/client/lib/client';
|
||||||
import RedisCluster, { RedisClusterOptions, RedisClusterType } from '@redis/client/dist/lib/cluster';
|
import RedisCluster, { RedisClusterOptions, RedisClusterType } from '@redis/client/lib/cluster';
|
||||||
import { RedisServerDockerConfig, spawnRedisServer, spawnRedisCluster } from './dockers';
|
import { RedisServerDockerConfig, spawnRedisServer, spawnRedisCluster } from './dockers';
|
||||||
import yargs from 'yargs';
|
import yargs from 'yargs';
|
||||||
import { hideBin } from 'yargs/helpers';
|
import { hideBin } from 'yargs/helpers';
|
||||||
|
Reference in New Issue
Block a user