vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / pexpireAwait

pexpireAwait

suspend fun RedisTransaction.pexpireAwait(key: String, millis: Long): String

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

Parameters

key - String key

millis - Time to live in milliseconds

Return

String

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