suspend fun RedisTransaction.expireAwait(key: String, seconds: Int): String
Set a key's time to live in seconds
key - Key string
key
seconds - Time to live in seconds
seconds
handler - Handler for the result of this call.
handler
Return