vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / geoposAwait

geoposAwait

suspend fun RedisTransaction.geoposAwait(key: String, member: String): String

Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.

Parameters

key - Key string

member - member

handler - Handler for the result of this call.

Return