vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / ttlAwait

ttlAwait

suspend fun RedisTransaction.ttlAwait(key: String): String

Get the time to live for a key

Parameters

key - Key string

handler - Handler for the result of this call.

Return