suspend fun RedisClient.expireatAwait(key: String, seconds: Long): Long
Suspending version of method io.vertx.redis.RedisClient.expireat
seconds
- Expiry time as Unix timestamp in seconds
Return
NOTE: This function has been automatically generated from io.vertx.redis.RedisClient using Vert.x codegen.