We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8d32e5 + aa03a78 commit 66a3d45Copy full SHA for 66a3d45
1 file changed
packages/client/lib/client/socket.ts
@@ -5,7 +5,7 @@ import { RedisCommandArguments } from '../commands';
5
import { ConnectionTimeoutError, ClientClosedError, SocketClosedUnexpectedlyError, ReconnectStrategyError } from '../errors';
6
import { promiseTimeout } from '../utils';
7
8
-type ReconnectStrategy = (retires: number) => number | Error;
+type ReconnectStrategy = (retries: number) => number | Error;
9
10
export interface RedisSocketCommonOptions {
11
connectTimeout?: number;
0 commit comments