@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) • 512 B
TypeScript
import { ValkeyCommandArgument, ValkeyCommandArguments } from ".";
import { GeoSearchFrom, GeoSearchBy, GeoReplyWith, GeoSearchOptions } from "./generic-transformers";
export { FIRST_KEY_INDEX, IS_READ_ONLY } from "./GEOSEARCH";
export declare function transformArguments(key: ValkeyCommandArgument, from: GeoSearchFrom, by: GeoSearchBy, replyWith: Array<GeoReplyWith>, options?: GeoSearchOptions): ValkeyCommandArguments;
export { transformGeoMembersWithReply as transformReply } from "./generic-transformers";