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) 454 B
import { ValkeyCommandArgument, ValkeyCommandArguments } from "."; import { ZRangeByScoreOptions } from "./ZRANGEBYSCORE"; export { FIRST_KEY_INDEX, IS_READ_ONLY } from "./ZRANGEBYSCORE"; export declare function transformArguments(key: ValkeyCommandArgument, min: string | number, max: string | number, options?: ZRangeByScoreOptions): ValkeyCommandArguments; export { transformSortedSetWithScoresReply as transformReply } from "./generic-transformers";