suspend fun RedisClient.pexpireAwait(key: String, millis: Long): Long
Set a key's time to live in milliseconds
key - String key
key
millis - Time to live in milliseconds
millis
handler - Handler for the result of this call.
handler
Return