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