vertx / io.vertx.reactivex.redis / RedisTransaction / geoposMany

geoposMany

open fun geoposMany(key: String, members: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction

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

members - list of members

handler - Handler for the result of this call.

Return