suspend fun RedisClient.geohashManyAwait(key: String, members: List<String>): JsonArray
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index (where elements were added using GEOADD).
handler
- Handler for the result of this call.
Return