GEORADIUSBYMEMBERSTORE.d.ts 468 B

12345
  1. import { RedisCommandArgument, RedisCommandArguments } from '.';
  2. import { GeoUnits, GeoRadiusStoreOptions } from './generic-transformers';
  3. export { FIRST_KEY_INDEX, IS_READ_ONLY } from './GEORADIUSBYMEMBER';
  4. export declare function transformArguments(key: RedisCommandArgument, member: string, radius: number, unit: GeoUnits, destination: RedisCommandArgument, options?: GeoRadiusStoreOptions): RedisCommandArguments;
  5. export declare function transformReply(): number;