suspend fun RedisTransaction.expireatAwait(key: String, seconds: Long): String
Set the expiration for a key as a UNIX timestamp
key - Key string
key
seconds - Expiry time as Unix timestamp in seconds
seconds
handler - Handler for the result of this call.
handler
Return