suspend fun RedisTransaction.expireAwait(key: String, seconds: Int): String
Suspending version of method io.vertx.redis.RedisTransaction.expire
seconds
- Time to live in seconds
Return
NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.