suspend fun RedisTransaction.restoreAwait(key: String, millis: Long, serialized: String): String
Suspending version of method io.vertx.redis.RedisTransaction.restore
millis
- Expiry time in milliseconds to set on the key
serialized
- Serialized form of the key value as obtained using DUMP
Return
NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.