suspend fun RedisTransaction.geoposManyAwait(key: String, members: List<String>): String
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the sorted set at key.
key - Key string
key
members - list of members
members
Return