suspend fun RedisClient.expireAwait(key: String, seconds: Long): Long
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