123
This commit is contained in:
6
node_modules/@redis/client/dist/lib/commands/GEORADIUS.d.ts
generated
vendored
Normal file
6
node_modules/@redis/client/dist/lib/commands/GEORADIUS.d.ts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import { RedisCommandArgument, RedisCommandArguments } from '.';
|
||||
import { GeoSearchOptions, GeoCoordinates, GeoUnits } from './generic-transformers';
|
||||
export declare const FIRST_KEY_INDEX = 1;
|
||||
export declare const IS_READ_ONLY = true;
|
||||
export declare function transformArguments(key: RedisCommandArgument, coordinates: GeoCoordinates, radius: number, unit: GeoUnits, options?: GeoSearchOptions): RedisCommandArguments;
|
||||
export declare function transformReply(): Array<RedisCommandArgument>;
|
||||
Reference in New Issue
Block a user