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

Commit 68ee680

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

types/redis/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export interface ClientOpts {
5454
tls?: any;
5555
prefix?: string;
5656
retry_strategy?: RetryStrategy;
57+
allow_disconnected_slaves?: boolean;
5758
}
5859

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

0 commit comments

Comments
 (0)