We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84ffbe commit d62a808Copy full SHA for d62a808
lib/redis/RedisOptions.ts
@@ -86,7 +86,7 @@ export interface CommonRedisOptions extends CommanderOptions {
86
/**
87
* @default 20
88
*/
89
- maxRetriesPerRequest?: number;
+ maxRetriesPerRequest?: number | null;
90
91
* @default 10000
92
0 commit comments