UNPKG

@valkey/client

Version:

The source code and documentation for this package are in the main [node-redis](https://github.com/redis/node-redis) repo.

9 lines (8 loc) 305 B
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';