1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

upgrade deps, fix "invalid save argument" error (#2174)

This commit is contained in:
Leibale Eidelman
2022-06-30 13:07:29 -04:00
committed by GitHub
parent 5fefcca8df
commit 6a850d36ae
16 changed files with 1338 additions and 1419 deletions

View File

@@ -3,7 +3,7 @@ import { SinonSpy } from 'sinon';
import { promiseTimeout } from './utils';
export default new TestUtils({
defaultDockerVersion: '7.0-rc3',
defaultDockerVersion: '7.0.2',
dockerImageName: 'redis',
dockerImageVersionArgument: 'redis-version'
});