vertx / io.vertx.reactivex.redis / RedisTransaction / geodistWithUnit

geodistWithUnit

open fun geodistWithUnit(key: String, member1: String, member2: String, unit: GeoUnit, handler: Handler<AsyncResult<String>>): RedisTransaction

Return the distance between two members in the geospatial index represented by the sorted set.

Parameters

key - Key string

member1 - member 1

member2 - member 2

unit - geo unit

handler - Handler for the result of this call.

Return