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.

6 lines (5 loc) 380 B
import { ValkeyCommandArgument, ValkeyCommandArguments } from "."; import { transformArguments as transformXClaimArguments } from "./XCLAIM"; export { FIRST_KEY_INDEX } from "./XCLAIM"; export declare function transformArguments(...args: Parameters<typeof transformXClaimArguments>): ValkeyCommandArguments; export declare function transformReply(): Array<ValkeyCommandArgument>;