vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / setexAwait

setexAwait

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

Suspending version of method io.vertx.redis.RedisTransaction.setex

Parameters

key - Key string

seconds - Number of seconds until the key expires

value - New value for key

Return

String

NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.