vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / geohashManyAwait

geohashManyAwait

suspend fun RedisTransaction.geohashManyAwait(key: String, members: List<String>): String

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).

Parameters

key - Key string

members - list of members

handler - Handler for the result of this call.

Return