abstract fun geopos(key: String, member: 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.
handler - Handler for the result of this call.
Since
Redis 3.2.0 group: geo