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