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.

8 lines (7 loc) 285 B
import { ValkeyCommandArgument, ValkeyCommandArguments } from "."; interface BgSaveOptions { SCHEDULE?: true; } export declare function transformArguments(options?: BgSaveOptions): ValkeyCommandArguments; export declare function transformReply(): ValkeyCommandArgument; export {};