You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-12-12 21:21:15 +03:00
chore: proxy improvements (#3121)
* introduce global interceptors * move proxy stuff to new folder * implement resp framer * properly handle request/response and push * add global interceptor
This commit is contained in:
committed by
GitHub
parent
96a8a847f6
commit
130e88d45c
@@ -26,7 +26,7 @@ import { hideBin } from 'yargs/helpers';
|
||||
import * as fs from 'node:fs';
|
||||
import * as os from 'node:os';
|
||||
import * as path from 'node:path';
|
||||
import { RedisProxy, getFreePortNumber } from './redis-proxy';
|
||||
import { RedisProxy, getFreePortNumber } from './proxy/redis-proxy';
|
||||
|
||||
interface TestUtilsConfig {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user