vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / georadiusbymemberWithOptionsAwait

georadiusbymemberWithOptionsAwait

suspend fun RedisClient.georadiusbymemberWithOptionsAwait(key: String, member: String, radius: Double, unit: GeoUnit, options: GeoRadiusOptions): JsonArray

This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set.

Parameters

key - Key string

member - member

radius - radius

unit - geo unit

options - geo radius options

handler - Handler for the result of this call.

Return