abstract 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.
handler - Handler for the result of this call.
Since
Redis 3.2.0 group: geo