Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit 75e731f

Browse files
author
Adam Ingerman
committed
Add option "allow_disconnected_slaves" to ClientOpts
Depends on: redis/node-redis#1460
1 parent 68ee680 commit 75e731f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

types/redis/ts3.1/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export interface ClientOpts {
3737
tls?: any;
3838
prefix?: string;
3939
retry_strategy?: RetryStrategy;
40+
allow_disconnected_slaves?: boolean;
4041
}
4142

4243
export type Callback<T> = (err: Error | null, reply: T) => void;

0 commit comments

Comments
 (0)