vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / expireAwait

expireAwait

suspend fun RedisClient.expireAwait(key: String, seconds: Long): Long

Set a key's time to live in seconds

Parameters

key - Key string

seconds - Time to live in seconds

handler - Handler for the result of this call.

Return