Hi, I would like to know how we can reload data directly from the database?
We have a "revert" function that the user clicks and then we replace all the data on the database with data we previously backed up into another table (midnight CRON that mirrors "store" table).
Problem is that once we replace the data, no matter how much we refresh the web browser the data is still retrieved from memory until we restart node.js.
Thank you!.