123
This commit is contained in:
6
node_modules/@redis/client/dist/lib/commands/CLUSTER_FAILOVER.d.ts
generated
vendored
Normal file
6
node_modules/@redis/client/dist/lib/commands/CLUSTER_FAILOVER.d.ts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
export declare enum FailoverModes {
|
||||
FORCE = "FORCE",
|
||||
TAKEOVER = "TAKEOVER"
|
||||
}
|
||||
export declare function transformArguments(mode?: FailoverModes): Array<string>;
|
||||
export declare function transformReply(): 'OK';
|
||||
Reference in New Issue
Block a user