1
0
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:
Nikolay Karadzhov
2025-11-03 11:08:17 +02:00
committed by GitHub
parent 96a8a847f6
commit 130e88d45c
7 changed files with 1347 additions and 201 deletions

View File

@@ -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 {
/**