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.

13 lines (12 loc) 301 B
interface FailoverOptions { TO?: { host: string; port: number; FORCE?: true; }; ABORT?: true; TIMEOUT?: number; } export declare function transformArguments(options?: FailoverOptions): Array<string>; export declare function transformReply(): string; export {};