vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / pttlAwait

pttlAwait

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

Get the time to live for a key in milliseconds

Parameters

key - Key string

handler - Handler for the result of this call.

Return