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.

7 lines (6 loc) 214 B
export declare enum FailoverModes { FORCE = "FORCE", TAKEOVER = "TAKEOVER" } export declare function transformArguments(mode?: FailoverModes): Array<string>; export declare function transformReply(): 'OK';