suspend fun RedisTransaction.setexAwait(key: String, seconds: Long, value: String): String
Set the value and expiration of a key
key - Key string
key
seconds - Number of seconds until the key expires
seconds
value - New value for key
value
handler - Handler for the result of this call.
handler
Return