vertx / io.vertx.reactivex.redis / RedisTransaction / rxGeopos

rxGeopos

open fun rxGeopos(key: String, member: String): Single<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

Return