method
RedisClient.geosearchstore
...args: string | number[]
): Promise<number>;
Query a geospatial index and store the result in a destination key
@param destination
The destination key
@param source
The source geo set key
@param args
FROMMEMBER/FROMLONLAT, BYRADIUS/BYBOX, and optional modifiers
@returns
Promise that resolves with the number of elements in the resulting set
Referenced types
type KeyLike = string | ArrayBufferView | Blob