vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / clusterKeyslotAwait

clusterKeyslotAwait

suspend fun RedisClient.clusterKeyslotAwait(key: String): Long

Returns the hash slot of the specified key.

Parameters

key -

handler - Handler for the result of this call.

Return