1
0
mirror of https://github.com/redis/node-redis.git synced 2025-12-11 09:22:35 +03:00

chore(tests): bump test container version 8.2.1-pre (#3057)

This commit is contained in:
Nikolay Karadzhov
2025-08-18 11:32:41 +03:00
committed by GitHub
parent ed6aca7d03
commit d5423b93d6
9 changed files with 9 additions and 9 deletions

View File

@@ -174,7 +174,7 @@ export class SentinelFramework extends DockerBase {
this.#testUtils = TestUtils.createFromConfig({
dockerImageName: 'redislabs/client-libs-test',
dockerImageVersionArgument: 'redis-version',
defaultDockerVersion: '8.2'
defaultDockerVersion: '8.2.1-pre'
});
this.#nodeMap = new Map<string, ArrayElement<Awaited<ReturnType<SentinelFramework['spawnRedisSentinelNodes']>>>>();
this.#sentinelMap = new Map<string, ArrayElement<Awaited<ReturnType<SentinelFramework['spawnRedisSentinelSentinels']>>>>();