vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / georadiusAwait

georadiusAwait

suspend fun RedisTransaction.georadiusAwait(key: String, longitude: Double, latitude: Double, radius: Double, unit: GeoUnit): String

Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders of the area specified with the center location and the maximum distance from the center (the radius).

Parameters

key - Key string

longitude - longitude

latitude - latitude

radius - radius

unit - geo unit

handler - Handler for the result of this call.

Return