Skip to content

Commit 4dd55b4

Browse files
disable ready-check
1 parent 3a7a6bb commit 4dd55b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redisinsight/api/src/modules/redis/connection/ioredis.redis.connection.strategy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export class IoredisRedisConnectionStrategy extends RedisConnectionStrategy {
6060
maxRetriesPerRequest: REDIS_CLIENTS_CONFIG.maxRetriesPerRequest,
6161
retryStrategy: options?.useRetry ? this.retryStrategy.bind(this) : this.dummyFn.bind(this),
6262
autoResendUnfulfilledCommands: false,
63+
enableReadyCheck: false,
6364
};
6465

6566
if (tls) {

0 commit comments

Comments
 (0)