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) 384 B
import { ValkeyCommandArgument, ValkeyCommandArguments } from "."; import { LPosOptions } from "./LPOS"; export { FIRST_KEY_INDEX, IS_READ_ONLY } from "./LPOS"; export declare function transformArguments(key: ValkeyCommandArgument, element: ValkeyCommandArgument, count: number, options?: LPosOptions): ValkeyCommandArguments; export declare function transformReply(): Array<number>;