123
This commit is contained in:
5
node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBERSTORE.d.ts
generated
vendored
Normal file
5
node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBERSTORE.d.ts
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
import { RedisCommandArgument, RedisCommandArguments } from '.';
|
||||
import { GeoUnits, GeoRadiusStoreOptions } from './generic-transformers';
|
||||
export { FIRST_KEY_INDEX, IS_READ_ONLY } from './GEORADIUSBYMEMBER';
|
||||
export declare function transformArguments(key: RedisCommandArgument, member: string, radius: number, unit: GeoUnits, destination: RedisCommandArgument, options?: GeoRadiusStoreOptions): RedisCommandArguments;
|
||||
export declare function transformReply(): number;
|
||||
Reference in New Issue
Block a user