suspend fun RedisTransaction.psetexAwait(key: String, millis: Long, value: String): String
Set the value and expiration in milliseconds of a key
key - Key string
key
millis - Number of milliseconds until the key expires
millis
value - New value for key
value
Return