@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) • 473 B
TypeScript
import { ValkeyCommandArgument, ValkeyCommandArguments } from ".";
import { GeoUnits, GeoRadiusStoreOptions } from "./generic-transformers";
export { FIRST_KEY_INDEX, IS_READ_ONLY } from "./GEORADIUSBYMEMBER";
export declare function transformArguments(key: ValkeyCommandArgument, member: string, radius: number, unit: GeoUnits, destination: ValkeyCommandArgument, options?: GeoRadiusStoreOptions): ValkeyCommandArguments;
export declare function transformReply(): number;