vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / setexAwait

setexAwait

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

Set the value and expiration of a key

Parameters

key - Key string

seconds - Number of seconds until the key expires

value - New value for key

handler - Handler for the result of this call.

Return