123
This commit is contained in:
8
node_modules/@redis/client/dist/lib/commands/CLUSTER_SETSLOT.d.ts
generated
vendored
Normal file
8
node_modules/@redis/client/dist/lib/commands/CLUSTER_SETSLOT.d.ts
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
export declare enum ClusterSlotStates {
|
||||
IMPORTING = "IMPORTING",
|
||||
MIGRATING = "MIGRATING",
|
||||
STABLE = "STABLE",
|
||||
NODE = "NODE"
|
||||
}
|
||||
export declare function transformArguments(slot: number, state: ClusterSlotStates, nodeId?: string): Array<string>;
|
||||
export declare function transformReply(): 'OK';
|
||||
Reference in New Issue
Block a user