suspend fun RedisTransaction.psetexAwait(key: String, millis: Long, value: String): String
Set the value and expiration in milliseconds of a key
millis
- Number of milliseconds until the key expires
handler
- Handler for the result of this call.
Return