vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / typeAwait

typeAwait

suspend fun RedisClient.typeAwait(key: String): String

Determine the type stored at key

Parameters

key - Key string

handler - Handler for the result of this call.

Return