suspend fun RedisClient.geoposAwait(key: String, member: String): JsonArray
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.
Return