refactor: Bump redis from 4.7.0 to 5.10.0 (#9994)

This commit is contained in:
dependabot[bot]
2026-01-17 22:09:44 +01:00
committed by GitHub
parent 82e0d3ace1
commit ba3e7602e6
6 changed files with 77 additions and 97 deletions

View File

@@ -21,7 +21,6 @@ describe('RedisPubSub', function () {
expect(redis.createClient).toHaveBeenCalledWith({
url: 'redisAddress',
socket_keepalive: true,
no_ready_check: true,
});
});
@@ -35,7 +34,6 @@ describe('RedisPubSub', function () {
expect(redis.createClient).toHaveBeenCalledWith({
url: 'redisAddress',
socket_keepalive: true,
no_ready_check: true,
});
});