123
This commit is contained in:
8
node_modules/@redis/client/dist/lib/commands/GEOSEARCHSTORE.d.ts
generated
vendored
Normal file
8
node_modules/@redis/client/dist/lib/commands/GEOSEARCHSTORE.d.ts
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
import { RedisCommandArgument, RedisCommandArguments } from '.';
|
||||
import { GeoSearchFrom, GeoSearchBy, GeoSearchOptions } from './generic-transformers';
|
||||
export { FIRST_KEY_INDEX, IS_READ_ONLY } from './GEOSEARCH';
|
||||
interface GeoSearchStoreOptions extends GeoSearchOptions {
|
||||
STOREDIST?: true;
|
||||
}
|
||||
export declare function transformArguments(destination: RedisCommandArgument, source: RedisCommandArgument, from: GeoSearchFrom, by: GeoSearchBy, options?: GeoSearchStoreOptions): RedisCommandArguments;
|
||||
export declare function transformReply(reply: number): number;
|
||||
Reference in New Issue
Block a user