@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) • 435 B
TypeScript
import { ValkeyCommandArguments } from ".";
import { transformArguments as transformZRandMemberCountArguments } from "./ZRANDMEMBER_COUNT";
export { FIRST_KEY_INDEX, IS_READ_ONLY } from "./ZRANDMEMBER_COUNT";
export declare function transformArguments(...args: Parameters<typeof transformZRandMemberCountArguments>): ValkeyCommandArguments;
export { transformSortedSetWithScoresReply as transformReply } from "./generic-transformers";