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) 533 B
import { ValkeyCommandArgument, ValkeyCommandArguments } from "."; import { GeoReplyWith, GeoSearchOptions, GeoCoordinates, GeoUnits } from "./generic-transformers"; export { FIRST_KEY_INDEX, IS_READ_ONLY } from "./GEORADIUS"; export declare function transformArguments(key: ValkeyCommandArgument, coordinates: GeoCoordinates, radius: number, unit: GeoUnits, replyWith: Array<GeoReplyWith>, options?: GeoSearchOptions): ValkeyCommandArguments; export { transformGeoMembersWithReply as transformReply } from "./generic-transformers";